Skip to content

Commit

Permalink
Use markdown headings in issue templates
Browse files Browse the repository at this point in the history
Using bold text is annoying, it's more clear to use actual markdown
headings.
  • Loading branch information
lunkwill42 committed May 14, 2024
1 parent 4aa9394 commit 90ead68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ assignees: ''

---

**Describe the bug**
### Describe the bug

<!-- A clear and concise description of what the bug is. -->

**To Reproduce**
### To Reproduce

<!--
Steps to reproduce the behavior:
Expand All @@ -21,15 +21,15 @@ Steps to reproduce the behavior:
4. See error
-->

**Expected behavior**
### Expected behavior

<!-- A clear and concise description of what you expected to happen. -->

**Screenshots**
### Screenshots

<!-- If applicable, add screenshots to help explain your problem. -->

**Tracebacks**
### Tracebacks

<!-- If applicable, add a full traceback message inside a `pytb` code block.
Expand All @@ -38,7 +38,7 @@ Paste Python traceback here...
```
-->

**Environment (please complete the following information):**
### Environment (please complete the following information):

<!--
- If the problem is with the web ui: Your OS, Browser and browser version [e.g. Windows, Chrome 64]
Expand All @@ -47,6 +47,6 @@ Paste Python traceback here...
- Method of installation [e.g. from Debian package]
-->

**Additional context**
### Additional context

<!-- Add any other context about the problem here. -->
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ assignees: ''

---

**Is your feature request related to a problem? Please describe.**
### Is your feature request related to a problem? Please describe.

<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the solution you'd like**
### Describe the solution you'd like

<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
### Describe alternatives you've considered

<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**
### Additional context

<!-- Add any other context or screenshots about the feature request here. -->

0 comments on commit 90ead68

Please sign in to comment.