Browse Source

Replace issue template with issue form

pull/4998/head
Stephen C. Wills 4 years ago committed by Anders Jenbo
parent
commit
224e3ef0ea
  1. 30
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 65
      .github/ISSUE_TEMPLATE/bug_report.yml

30
.github/ISSUE_TEMPLATE/bug_report.md

@ -1,30 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Important information**
Operating system / DevilutionX version / did you download a release or did you compile yourself?
**Describe**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.

65
.github/ISSUE_TEMPLATE/bug_report.yml

@ -0,0 +1,65 @@
name: Bug report
description: Create a report to help us improve
body:
- type: dropdown
id: operating-system
attributes:
label: Operating System
options:
- Windows x64
- Windows x86
- Linux x64
- Linux x86
- Mac
- Android
- iOS
- Xbox One
- PlayStation 4
- Nintendo Switch
- PlayStation Vita
- Nintendo 3DS
- Other (please specify)
validations:
required: true
- type: dropdown
id: version
attributes:
label: DevilutionX version
options:
- 1.4.0 (latest release)
- 1.3.0
- 1.2.1
- 1.1.0
- Custom build (please specify commit ID)
- Other (please specify version number)
validations:
required: true
- type: textarea
id: description
attributes:
label: Describe
placeholder: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
validations:
required: true
- type: input
id: expected-behavior
attributes:
label: Expected Behavior
placeholder: A clear and concise description of what you expected to happen.
- type: textarea
id: additional-context
attributes:
label: Additional context
placeholder: Any other context about the problem here (screenshots, videos, code blocks, etc.).
Loading…
Cancel
Save