Skip to content

Commit

Permalink
fix typo in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
fix typo in CONTRIBUTING.md
  • Loading branch information
jkdmyrs authored Nov 4, 2019
1 parent 6d9552d commit 8dd19f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Contributing Guidelines

- Please try to keep all commits as small as possible, with a meaningful/descriptive commit message. Keep them limited to isolated, logically-related chunks. If you have to fix a compiler warning and also update a string - do it in two separate commits. It makes reviewing, cherry-picking, and overall maintenance easier or everyone! :)
- Please try to keep all commits as small as possible, with a meaningful/descriptive commit message. Keep them limited to isolated, logically-related chunks. If you have to fix a compiler warning and also update a string - do it in two separate commits. It makes reviewing, cherry-picking, and overall maintenance easier for everyone! :)
- If you have an idea for a new feature or want to fix a bug, please [Create an Issue](https://github.com/VeritasDev/BattleBuddy/issues) first to double-check that it is not already done, fixed, desired, etc. I'd love to have as many contributions as possible from the community, but don't want anyone to waste their time building a feature I may not want in the app or fixing a bug that is actually intended.
- Write unit tests, where applicable.
- Be smart about what files you create and where they live in the structure of the app - look through the project to see where it makes the most sense for it to reside.
Expand Down

0 comments on commit 8dd19f3

Please sign in to comment.