Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md (todotxt#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
karbassi authored and wwalker committed Sep 19, 2021
1 parent 61a14d6 commit 8342c3d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
**Before submitting a pull request,** please make sure the following is done:

- [ ] Fork [the repository](https://github.com/todotxt/todo.txt-cli) and create your branch from `master`.
- [ ] If you've added code that should be tested, add tests!
- [ ] Ensure the test suite passes.
- [ ] Format your code with [ShellCheck](https://www.shellcheck.net/).
- [ ] Include a human-readable description of what the pull request is trying to accomplish.
- [ ] Steps for the reviewer(s) on how they can manually QA the changes.
- [ ] Have a `fixes #XX` reference to the issue that this pull request fixes.

0 comments on commit 8342c3d

Please sign in to comment.