diff options
| author | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2017-12-16 21:31:49 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2017-12-16 21:48:09 +0100 |
| commit | 20a15eeeefc4d99174480669f69fda11e45e5dea (patch) | |
| tree | cfd78cb802733404df47e9960b6c53e22894d242 | |
| parent | bc81ab097ec8657a72776333d3b4122dbb23b673 (diff) | |
| download | doxdocgen-20a15eeeefc4d99174480669f69fda11e45e5dea.tar.gz | |
Add actual checkboxes to PR template
| -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 |