Skip to content

Commit

Permalink
Contribution guideline updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
VeritasDev committed Sep 1, 2019
1 parent 599a800 commit 6d10c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Concept and development brought to you by [Veritas](http://www.twitch.tv/veritas

## 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! :)
- [ ] 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 6d10c32

Please sign in to comment.