diff options
| author | iomintz <[email protected]> | 2020-09-18 06:40:27 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-18 07:40:27 -0400 |
| commit | 8f105a441dff397a72c9f3e54f73850b31eafdb6 (patch) | |
| tree | 5eee35e581e1c27ee98441360a02834d41841f0d /.github/ISSUE_TEMPLATE | |
| parent | Update issue template to redirect to discussions (diff) | |
| download | discord.py-8f105a441dff397a72c9f3e54f73850b31eafdb6.tar.xz discord.py-8f105a441dff397a72c9f3e54f73850b31eafdb6.zip | |
issue/PR templates: use h2 instead of h3
`h2` is the semantically correct heading here, as `h1` is for
document titles and `h2` is for the top level headings within
a document. `h3` should be used for subheadings of `h2` headings.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 12 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index aa73aa15..fa949245 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,24 +4,24 @@ about: Report broken or incorrect behaviour labels: bug --- -### Summary +## Summary <!-- A summary of your bug report --> -### Reproduction Steps +## Reproduction Steps <!-- What you did to make it happen. Ideally there should be a short code snippet in this section to help reproduce the bug. --> -### Expected Results +## Expected Results <!-- What you expected to happen --> -### Actual Results +## Actual Results <!-- What actually happened. If there is a traceback, please show the entire thing. --> -### Checklist +## Checklist <!-- Put an x inside [ ] to check it, like so: [x] --> @@ -29,7 +29,7 @@ labels: bug - [ ] I have shown the entire traceback, if possible. - [ ] I have removed my token from display, if visible. -### System Information +## System Information <!-- Run `python -m discord -v` and paste this information below. --> <!-- This command is available in v1.1.0 or higher. If you are unable to run this command, paste basic info (ie. Python version, library version, and your operating system --> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 95dea663..4badd49e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,24 +4,24 @@ about: Suggest a feature for this library labels: feature request --- -### The Problem +## The Problem <!-- What problem is your feature trying to solve? What becomes easier or possible when this feature is implemented? --> -### The Ideal Solution +## The Ideal Solution <!-- What is your ideal solution to the problem? What would you like this feature to do? --> -### The Current Solution +## The Current Solution <!-- What is the current solution to the problem, if any? --> -### Summary +## Summary <!-- A short summary of your feature request. --> |