diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1d42630..4a4bc3f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,6 +12,7 @@ assignees: '' **To Reproduce** <!-- Steps to reproduce the behavior. --> + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' @@ -24,6 +25,7 @@ assignees: '' <!-- If applicable, add screenshots to help explain your problem. --> **Crash reports or relevant logs** + ```log log here ``` |
