Update bug report template
This commit is contained in:
parent
6084ba6512
commit
f5b7d464d2
31
.github/ISSUE_TEMPLATE/bug-report.md
vendored
31
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -1,31 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Help us make OpenRocket better
|
||||
title: '[Bug] <insert your title>'
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**ORK File**
|
||||
If the problem is triggered by a particular ORK file, please zip it and attach it to this issue.
|
||||
|
||||
**Platform**
|
||||
- OS: [e.g. Windows10]
|
||||
- OpenRocket version (e.g. 22-02)
|
||||
- Graphics card (if a graphics or display-related problem)
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
75
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
75
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
@ -0,0 +1,75 @@
|
||||
name: Bug report
|
||||
about: Help us make OpenRocket better
|
||||
title: '[Bug] <insert your title>'
|
||||
labels: bug
|
||||
assignees: ''
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Thanks for taking the time to fill out this bug report!
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: What happened? Also tell us what you've expect to happen.
|
||||
placeholder: Describe your bug in detail.
|
||||
value: |
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
...
|
||||
render: bash
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: repro
|
||||
attributes:
|
||||
label: To Reproduce
|
||||
description: Steps to reproduce the behavior:
|
||||
value: |
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
...
|
||||
render: bash
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: files
|
||||
attributes:
|
||||
label: Screenshots / .ork file
|
||||
description: Provide screenshots for clarification and/or the .ork file that caused the issue.
|
||||
value: |
|
||||
Screenshot(s):
|
||||
(drag-and-drop the screenshot(s) here)
|
||||
|
||||
.ork file:
|
||||
(drag-and-drop the file here as a .zip file)
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: version-openrocket
|
||||
attributes:
|
||||
label: OpenRocket version
|
||||
description: In what version(s) of OpenRocket does this bug happen?
|
||||
placeholder: 22.02, unstable...
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: platform
|
||||
attributes:
|
||||
label: What platform are you running on?
|
||||
options:
|
||||
- Windows
|
||||
- macOS
|
||||
- Linux
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any other context about the problem here.
|
||||
placeholder:
|
||||
validations:
|
||||
required: false
|
Loading…
x
Reference in New Issue
Block a user