diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-01-10 23:41:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-10 23:41:40 -0500 |
| commit | 54e2feabba5b871e36edee730dbc4fc440e8d489 (patch) | |
| tree | ca774ea15340cda6a0fca67028bfc43fd4b83252 | |
| parent | 7cbff8d3f13382cef5942ad79f929ab41288cf46 (diff) | |
Update bug_report.md
Add section about log files.
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c6d2b4bb3..e5210b1c4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,6 +20,9 @@ Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. +**Logs** +Please paste any log errors. + **Screenshots** If applicable, add screenshots to help explain your problem. |
