From aa432b6f2cfb3355d6ae5ed8f721e6affeb94cbe Mon Sep 17 00:00:00 2001 From: Eccentric Date: Wed, 3 Jan 2024 19:53:38 +0000 Subject: [PATCH] fix readme --- readme.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/readme.md b/readme.md index d1618cc..10b93c6 100644 --- a/readme.md +++ b/readme.md @@ -37,11 +37,4 @@ Performance first, universal Fortnite private server backend written in Go. ## Contributing -Contributions are welcome! Please open an issue or pull request if you would like to contribute. Make sure to follow the same format (2 space indents) and style! - -### Commits - -Keep commits on a per feature level e.g. do not commit 17 files at once under the name `add`, rather commit every add or change with the format below so that it is easy to track and understand any commits to the repository.# - -- **Feature** `feat: commit message here` -- **Refactor** `refact: commit message here` \ No newline at end of file +Contributions are welcome! Please open an issue or pull request if you would like to contribute. Make sure to follow the same format (2 space indents) and style! Make sure to keep commits concise and readable e.g. do not change formating to mess up code review!