diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-30 18:35:53 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-30 18:35:53 +0000 |
commit | 9ad111d2102c24593f6ac012206bb4b2c9c6c4e1 (patch) | |
tree | ef82d96a6fde1918dc101e19a0a1eee4f04ae37d /.github/ISSUE_TEMPLATE/bug_report.md | |
parent | 0668aa68ef6ef93ad4e3e6af39d949083cc6fa8c (diff) |
fix: heading in feature requests
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 871cd0f..9bb42c8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve title: "[BUG]" labels: bug -assignees: '' +assignees: ThomasFKJorna --- @@ -11,7 +11,7 @@ assignees: '' A clear and concise description of what the bug is. **To Reproduce** -Steps to reproduce the behavior: +Which specific things did you do which lead to said bug? E.g. what did you click, which commands did you call, etc. 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' |