Skip to content

Commit

Permalink
chore: create bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk authored May 23, 2024
1 parent 9a8d5b0 commit 78c480f
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
name: Bug report
description: File a new bug
labels: [bug, triage]
body:
- type: markdown
attributes:
value: |
Before requesting: search [existing issues](../../labels/bug).
- type: textarea
attributes:
label: Current Behavior
description: "Description of the current behavior."
validations:
required: true

- type: textarea
attributes:
label: Expected Behavior
description: "Description of the expected behavior."
validations:
required: true

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

- type: input
attributes:
label: Environment - OS
description: "Linux or Windows"
validations:
required: true

- type: input
attributes:
label: Polarion version
description: "2310, 2404, etc..."
validations:
required: true

- type: input
attributes:
label: Extension Version
description: "It can be found under https://<<host>>/polarion/#/project/dev/administration/<<Extension Name>>/About"
validations:
required: true

- type: textarea
attributes:
label: Anything else
description: "Further hints, links, or references? Any additional information probably helping in root cause analysis."
validations:
required: false

0 comments on commit 78c480f

Please sign in to comment.