Skip to content

Commit

Permalink
Remove the old template and update the PR one
Browse files Browse the repository at this point in the history
  • Loading branch information
patrys committed Jun 7, 2018
1 parent 7ce7186 commit ec61c08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

12 changes: 6 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -1,19 +1,19 @@
I want to merge this change because...

(Please mention all relevant issue numbers.)
<!-- Please mention all relevant issue numbers. -->

(If your changes affect the UI, providing "before" and "after" screenshots will
greatly reduce the amount of work needed to review your work.)
### Screenshots

<!-- If your changes affect the UI, providing "before" and "after" screenshots will
greatly reduce the amount of work needed to review your work. -->

### Pull Request Checklist

(Please keep this section. It will make maintainer's life easier.)
<!-- Please keep this section. It will make maintainer's life easier. -->

1. [ ] Privileged views and APIs are guarded by proper permission checks.
1. [ ] All visible strings are translated with proper context.
1. [ ] All data-formatting is locale-aware (dates, numbers, and so on).
1. [ ] Database queries are optimized and the number of queries is constant.
1. [ ] The changes are tested.
1. [ ] The code is documented (docstrings, project documentation).
1. [ ] Python code quality checks pass: `pycodestyle`, `pydocstyle`, `pylint`.
1. [ ] JavaScript code quality checks pass: `eslint`.

0 comments on commit ec61c08

Please sign in to comment.