Update and rename bug_report.md to bug_report.yml

This commit is contained in:
Liu Wenyuan
2021-09-11 15:35:34 +08:00
committed by GitHub
parent 6fcb226609
commit 05101f0059
2 changed files with 41 additions and 29 deletions

View File

@@ -1,29 +0,0 @@
---
name: Bug report
about: Create a report to help us improve DOSBox-X
---
**Describe the bug**
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.
**Environment (please complete the following information):**
- Operating system
- DOSBox-X release version or commit SHA1 this issue occurred on
- Used configuration, e.g. ```dosbox-x.conf```
**Additional context**
Add any other context about the problem here.

41
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@@ -0,0 +1,41 @@
name: Bug report
about: File a bug report to help us improve DOSBox-X
title: ''
labels: bug
body:
- type: markdown
attributes:
value: |
## Please fill out the form as cleanly as possible.
Make sure that you have properly filled in the title of this bug report.
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce the behaviour
description: How can we reproduce this bug? For example, doing what in what software causes this?
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: false
#**Expected behavior**
#A clear and concise description of what you expected to happen.
#**Environment (please complete the following information):**
# - Operating system
# - DOSBox-X release version or commit SHA1 this issue occurred on
# - Used configuration, e.g. ```dosbox-x.conf```
#**Additional context**
#Add any other context about the problem here.