diff options
| author | Jokler <jokler@protonmail.com> | 2020-01-28 03:58:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-28 03:58:44 +0100 |
| commit | 341fbc0d2ac2570b70290f7d14c01b09e99b5ba4 (patch) | |
| tree | b02553f58d934b4082d0d6e26d20df4321d63c6f /.github | |
| parent | 65d8eff403df3082c99e46eed0b8335579bb3c5e (diff) | |
| download | pokebot-341fbc0d2ac2570b70290f7d14c01b09e99b5ba4.tar.gz pokebot-341fbc0d2ac2570b70290f7d14c01b09e99b5ba4.zip | |
Add a pull request template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..6beeba0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +**Summary** +This PR fixes/implements the following **bugs/features** + +* Bug / Feature +* Bug / Feature + +**Closing issues** + +<!-- Put `resolves #XXXX` in your comment to auto-close the issue that your PR resolves (if such). --> +Resolves # |
