-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |