Skip to content

Commit e949395

Browse files
committed
Bump contributing guidelines
1 parent e1459a2 commit e949395

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ See the [LICENSE](https://github.com/Despical/CommandFramework/blob/main/LICENSE
117117
## Contributing
118118

119119
I accept Pull Requests via GitHub. There are some guidelines which will make applying PRs easier for me:
120-
+ Ensure you didn't use tabs! Please use spaces for indentation.
120+
+ Ensure you didn't use spaces! Please use tabs for indentation.
121121
+ Respect the code style.
122122
+ Do not increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent.
123123
+ 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.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please note we have a code of conduct, please follow it in all your interactions
99
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)
1010
before creating any PRs. Because there are people that could can use your help.
1111

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

0 commit comments

Comments
 (0)