diff options
| author | Dante Dam <[email protected]> | 2019-05-19 20:13:40 -0700 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-05-21 21:15:25 -0400 |
| commit | 998980ed9a837960c8f3eb46041ff01a938b4a86 (patch) | |
| tree | 9307d4f30fbca8327416d0fca077160c521d8ba7 /.github | |
| parent | [commands] Fixed extra "only" in dm_only docs (diff) | |
| download | discord.py-998980ed9a837960c8f3eb46041ff01a938b4a86.tar.xz discord.py-998980ed9a837960c8f3eb46041ff01a938b4a86.zip | |
Added example for template checkboxes
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6a63a23d..113a11c1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,7 +22,7 @@ about: Report broken or incorrect behaviour ### Checklist -<!-- Put an x inside [ ] to check it --> +<!-- Put an x inside [ ] to check it, like so: [x] --> - [ ] I have searched the open issues for duplicates. - [ ] I have shown the entire traceback, if possible. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 223f4505..e39c651d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ ### Checklist -<!-- Put an x inside [ ] to check it --> +<!-- Put an x inside [ ] to check it, like so: [x] --> - [ ] If code changes were made then they have been tested. - [ ] I have updated the documentation to reflect the changes. |