From cc1063e190fafa515f207ff052e040c03409afd4 Mon Sep 17 00:00:00 2001 From: Mohammad Minaie Date: Wed, 17 May 2023 11:54:55 -0400 Subject: [PATCH] merge in main --- .github/ISSUE_TEMPLATE/issue-default.yml | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-default.yml diff --git a/.github/ISSUE_TEMPLATE/issue-default.yml b/.github/ISSUE_TEMPLATE/issue-default.yml new file mode 100644 index 000000000..ecfa56140 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-default.yml @@ -0,0 +1,37 @@ +name: Standard Issue Tempalte +description: Create an Issue +title: "[Issue]:" +labels: ["research"] +assignees: + - kitsushadow +body: + - type: markdown + attributes: + value: | + Please fill this out best you can + - type: textarea + id: why + attributes: + label: Why or Acceptance Criteria + description: What is the reason we determined we need an issue. + placeholder: This issue is a product of... + value: "While working on X or researching Y it was discovered that Z was an issue that need captured." + validations: + required: true + - type: dropdown + id: type + attributes: + label: Issue Type + description: What type of issue is this + options: + - research (Default) + - dev + - product + validations: + required: true + - type: textarea + id: Dependencies + attributes: + label: Link dependent issues + description: If this ticket is dependent on another issue or blocks a current issue, please link. + render: shell