From: Mike Bayer Date: Wed, 18 Dec 2019 15:50:35 +0000 (-0500) Subject: Add pull request template from SQLAlchemy X-Git-Tag: rel_1_3_3~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=961923c35782e7804f97242a6729a57f711d9e78;p=thirdparty%2Fsqlalchemy%2Falembic.git Add pull request template from SQLAlchemy Change-Id: I9d46fd3737a7190f3b69abd8ba740f06e8c6d3aa --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..01bdac9c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ + + +### Description + + +### Checklist + + +This pull request is: + +- [ ] A documentation / typographical error fix + - Good to go, no issue or tests are needed +- [ ] A short code fix + - please include the issue number, and create an issue if none exists, which + must include a complete example of the issue. one line code fixes without an + issue and demonstration will not be accepted. + - Please include: `Fixes: #` in the commit message + - please include tests. one line code fixes without tests will not be accepted. +- [ ] A new feature implementation + - please include the issue number, and create an issue if none exists, which must + include a complete example of how the feature would look. + - Please include: `Fixes: #` in the commit message + - please include tests. + +**Have a nice day!**