From b0f25bee6c9f2bdf40f05426e11343f67c4838ca Mon Sep 17 00:00:00 2001 From: Shahm Najeeb Date: Tue, 10 Dec 2024 20:43:32 +0400 Subject: [PATCH 1/2] Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..0ccbc54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 From 18ffc2356e6fcd8938aaeb369392a7e49b20c77c Mon Sep 17 00:00:00 2001 From: Shahm Najeeb Date: Tue, 10 Dec 2024 20:44:50 +0400 Subject: [PATCH 2/2] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false