From 041e97f645876993da4f7d5bdf2931ee2f3b84df Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 11 Sep 2019 08:35:25 +0100 Subject: [PATCH] Add PR template --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..79243f7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +If you're adding a project to the Python 3 statement, please ensure you have: + +- [ ] Discussed dropping Python 2 support with all maintainers +- [ ] Discussed signing the statement with all maintainers +- [ ] Added a suitable logo if the project has one + - [ ] Approximately square logos generally fit better than banners + - [ ] Compressed the logo to save bandwidth (run `scripts/squash-images.sh` on it) +- [ ] Checked the Netlify preview made from the pull request