Skip to content

Commit

Permalink
Fixed typos in PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed Sep 3, 2017
1 parent 32892bf commit 9d2820f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions PULL_REQUEST_TEMPLATE.md
@@ -1,10 +1,11 @@
TODOs:
- [ ] Commits have maningful description, they are relatively small.
- [ ] PR have maningful description.
- [ ] Commits have meaningful description, they are relatively small.
- [ ] PR have meaningful description.
- [ ] Fixed or added new code.
- [ ] Covered changes with tests (should be close to 100% coverage for new code).
- [ ] Code is well-documented (public functions have @doc blocks).
- [ ] If environment variables were added, `.env` and `annon.infra` is changed correspondingly.

If you submit new feature:
- [ ] Updated documentation in [README.md](README.md) and [apiary.apib](apiary.apib) to match latest changes
- [ ] Describe a use-case for this feature.
- [ ] Documentation in [README.md](README.md) and [apiary.apib](apiary.apib) is updated to match latest changes.

0 comments on commit 9d2820f

Please sign in to comment.