Skip to content

Commit

Permalink
New bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Jul 1, 2024
1 parent fcc83a7 commit 265ba0c
Showing 1 changed file with 5 additions and 26 deletions.
31 changes: 5 additions & 26 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,19 @@ name: Bug Report
description: Report a bug with Conreq software.
labels: [Bug]
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true

- type: input
attributes:
label: Conreq Version
description: What version did you encounter this issue on?
placeholder: v0.15.2
placeholder: For example, v0.15.2
validations:
required: true

- type: dropdown
attributes:
label: Conreq Branch
options:
- Main (Default)
- Latest / Main
- Develop
- Other
validations:
Expand Down Expand Up @@ -67,19 +60,13 @@ body:
- Microsoft Edge
- Other
validations:
required: true
required: false

- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
label: Description
validations:
required: false
required: true

- type: textarea
attributes:
Expand All @@ -88,11 +75,3 @@ body:
render: shell
validations:
required: false

- type: textarea
attributes:
label: Additional Context
description: |
Tip: You can attach images or log files by clicking this area and then dragging files in.
validations:
required: false

0 comments on commit 265ba0c

Please sign in to comment.