Skip to content

Commit

Permalink
Create bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DefinetlyNotAI authored Dec 10, 2024
1 parent cc9ba98 commit b0f25be
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Report a bug
description: Tell us about a bug or issue you may have identified in Logicytics.
title: "Provide a general summary of the issue"
labels: ["Bug"]
assignees: "DefinetlyNotAI"
body:
- type: checkboxes
attributes:
label: Prerequisites
description: Take a couple minutes to help our maintainers work faster.
options:
- label: I have [searched](https://github.com/DefinetlyNotAI/Logicytics/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues.
required: true
- type: textarea
id: what-happened
attributes:
label: Describe the issue
description: Provide a summary of the issue and what you expected to happen, including specific steps to reproduce. Include screenshots etc.
validations:
required: true
- type: dropdown
id: role
attributes:
label: What role are you?
multiple: false
options:
- SG
- IT departement
- Other departement
- Tester
- Chair/Security
- Other

0 comments on commit b0f25be

Please sign in to comment.