commit c39f4929c1fac1e168b98505d64f0d7cfa840d4b parent 5db1e5d28ead5f2a423754cfb56f87f450d80399 Author: finwo <finwo@pm.me> Date: Tue, 28 Apr 2020 23:56:21 +0200 Update issue templates Diffstat:
| A | .github/ISSUE_TEMPLATE/bug_report.md | | | 31 | +++++++++++++++++++++++++++++++ |
1 file changed, 31 insertions(+), 0 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Compile steps +2. File to convert (if possible to share) +3. Use arguments +4. Error output if applicable + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**System information (please complete the following information):** + - OS: [e.g. Ubuntu, Arch, Windows] + - Version [e.g. 18.04, 10] + +**Additional context** +Add any other context about the problem here.