From 643dafeafd594a5ad1ef1011ee73da359f66a612 Mon Sep 17 00:00:00 2001 From: Ali Karbassi Date: Mon, 23 Oct 2017 14:18:46 -0500 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md (#234) --- PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..114b94a --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -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.