diff options
| author | Catlinman <contact@catlinman.com> | 2020-01-28 16:30:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-28 16:30:23 +0100 |
| commit | f8f986f9e17caac8dc246637de1c9063803d2699 (patch) | |
| tree | b02553f58d934b4082d0d6e26d20df4321d63c6f | |
| parent | 65d8eff403df3082c99e46eed0b8335579bb3c5e (diff) | |
| parent | 341fbc0d2ac2570b70290f7d14c01b09e99b5ba4 (diff) | |
| download | pokebot-f8f986f9e17caac8dc246637de1c9063803d2699.tar.gz pokebot-f8f986f9e17caac8dc246637de1c9063803d2699.zip | |
Merge pull request #27 from Mavulp/pull-request-template
Add a pull request template
| -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 # |
