Skip to content

Commit

Permalink
Bump contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Aug 12, 2022
1 parent e1459a2 commit e949395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ See the [LICENSE](https://github.com/Despical/CommandFramework/blob/main/LICENSE
## Contributing

I accept Pull Requests via GitHub. There are some guidelines which will make applying PRs easier for me:
+ Ensure you didn't use tabs! Please use spaces for indentation.
+ Ensure you didn't use spaces! Please use tabs for indentation.
+ Respect the code style.
+ Do not increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent.
+ Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Please note we have a code of conduct, please follow it in all your interactions
If you want to help this project and don't know where to start, check out the [currently opened issues](https://github.com/Despical/CommandFramework/issues)
before creating any PRs. Because there are people that could can use your help.

* Ensure you didn't use tabs! Please use spaces for indentation.
* Ensure you didn't use spaces! Please use tabs for indentation.
* Respect the code style.
* Do not increase the version numbers in any examples files and the README.md to the
new version that this Pull Request would represent.
Expand Down

0 comments on commit e949395

Please sign in to comment.