From 9fd68c62b090208b3fcbfda9ba968de0af17b64d Mon Sep 17 00:00:00 2001
From: Fenny <25108519+Fenny@users.noreply.github.com>
Date: Tue, 29 Sep 2020 21:49:50 +0200
Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20update=20comments?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .github/CONTRIBUTING.md | 3 +--
 path.go                 | 2 +-
 prefork_test.go         | 5 +++++
 router_test.go          | 2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index a7a9ca86..29ad3d19 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -24,5 +24,4 @@ If you want to say **thank you** and/or support the active development of `Fiber
 1. Add a [GitHub Star](https://github.com/gofiber/fiber/stargazers) to the project.
 2. Tweet about the project [on your Twitter](https://twitter.com/intent/tweet?text=%F0%9F%9A%80%20Fiber%20%E2%80%94%20is%20an%20Express.js%20inspired%20web%20framework%20build%20on%20Fasthttp%20for%20%23Go%20https%3A%2F%2Fgithub.com%2Fgofiber%2Ffiber).
 3. Write a review or tutorial on [Medium](https://medium.com/), [Dev.to](https://dev.to/) or personal blog.
-4. Help us to translate our API Documentation via [Crowdin](https://crowdin.com/project/gofiber) [![Crowdin](https://badges.crowdin.net/gofiber/localized.svg)](https://crowdin.com/project/gofiber)
-5. Support the project by donating a [cup of coffee](https://buymeacoff.ee/fenny).
\ No newline at end of file
+4. Support the project by donating a [cup of coffee](https://buymeacoff.ee/fenny).
\ No newline at end of file
diff --git a/path.go b/path.go
index 76df40a0..3609caa8 100644
--- a/path.go
+++ b/path.go
@@ -1,5 +1,5 @@
 // ⚡️ Fiber is an Express inspired web framework written in Go with ☕️
-// 🤖 Github Repository: https://github.com/gofiber/fiber
+// 📄 Github Repository: https://github.com/gofiber/fiber
 // 📌 API Documentation: https://docs.gofiber.io
 // ⚠️ This path parser was inspired by ucarion/urlpath (MIT License).
 // 💖 Maintained and modified for Fiber by @renewerner87
diff --git a/prefork_test.go b/prefork_test.go
index 74bb3f74..5a08bd4d 100644
--- a/prefork_test.go
+++ b/prefork_test.go
@@ -1,3 +1,8 @@
+// ⚡️ Fiber is an Express inspired web framework written in Go with ☕️
+// 📄 Github Repository: https://github.com/gofiber/fiber
+// 📌 API Documentation: https://docs.gofiber.io
+// ⚠️ This path parser was inspired by ucarion/urlpath (MIT License).
+// 💖 Maintained and modified for Fiber by @renewerner87
 package fiber
 
 import (
diff --git a/router_test.go b/router_test.go
index 02ba7d1f..9d6aa8e2 100644
--- a/router_test.go
+++ b/router_test.go
@@ -1,5 +1,5 @@
 // ⚡️ Fiber is an Express inspired web framework written in Go with ☕️
-// 🤖 Github Repository: https://github.com/gofiber/fiber
+// 📃 Github Repository: https://github.com/gofiber/fiber
 // 📌 API Documentation: https://docs.gofiber.io
 
 package fiber