Skip to content

Commit 65bf4d3

Browse files
committed
Updated README file and contributing guidelines
1 parent 199765c commit 65bf4d3

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
@@ -193,7 +193,7 @@ public class ExampleClass extends JavaPlugin {
193193
## Contributing
194194

195195
I accept Pull Requests via GitHub. There are some guidelines which will make applying PRs easier for me:
196-
+ Ensure you didn't use spaces! Please use tabs for indentation.
196+
+ Ensure you didn't use tabs! Please use spaces for indentation.
197197
+ Respect the code style.
198198
+ Do not increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent.
199199
+ 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
@@ -8,7 +8,7 @@ Please note we have a code of conduct, please follow it in all your interactions
88
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)
99
before creating any PRs. Because there are people that could use your help.
1010

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

0 commit comments

Comments
 (0)