diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0975969..b327bbc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,22 +2,22 @@ ## Fix -[ ] Link to issue. If there is no issue please describe it using at least the issue template +- [ ] Link to issue. If there is no issue please describe it using at least the issue template -[ ] Description of the fix +- [ ] Description of the fix -[ ] Added unit test +- [ ] Added unit test ## Feature -[ ] Description of what's added +- [ ] Description of what's added -[ ] Gif of your feature if appropriate +- [ ] Gif of your feature if appropriate -[ ] Added gif to README +- [ ] Added gif to README -[ ] Added unit test +- [ ] Added unit test ## Other -[ ] Description +- [ ] Description |