take out redundant lines from PR template (#1327)

This commit is contained in:
Jonathan Wren 2021-08-21 14:00:31 -07:00 committed by GitHub
parent bacbf8109b
commit 08350b884b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,9 @@ Here are some key points to include in your description:
- [ ] I have read the [contributing doc](https://github.com/jrnl-org/jrnl/blob/develop/CONTRIBUTING.md). - [ ] I have read the [contributing doc](https://github.com/jrnl-org/jrnl/blob/develop/CONTRIBUTING.md).
- [ ] I have included a link to the relevant issue number. - [ ] I have included a link to the relevant issue number.
- [ ] I have tested this code locally.
- [ ] I have checked to ensure there aren't other open [pull requests](../pulls) - [ ] I have checked to ensure there aren't other open [pull requests](../pulls)
for the same issue. for the same issue.
- [ ] I have written new tests for these changes, as needed. - [ ] I have written new tests for these changes, as needed.
- [ ] All tests pass.
<!-- <!--
NOTE: Your PR may not be reviewed if there are any failing tests. You can run NOTE: Your PR may not be reviewed if there are any failing tests. You can run
tests locally with `make test` (see the contributing doc if you need help with tests locally with `make test` (see the contributing doc if you need help with