diff --git a/.github/ISSUE_TEMPLATE/0-story.yml b/.github/ISSUE_TEMPLATE/0-story.yml new file mode 100644 index 00000000..d97f4721 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/0-story.yml @@ -0,0 +1,21 @@ +name: Story +description: Story +type: Story +title: '[Story]: ' +labels: ["story", "needs-triage"] +body: + - type: textarea + id: description + attributes: + label: Description + description: Describe the need. Why is it needed? What is the expected outcome? What is the impact? + placeholder: Describe the task + validations: + required: true + + - type: textarea + id: additional-context + attributes: + label: "Additional Context" + description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)." + required: false diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug.yml similarity index 95% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/1-bug.yml index c7ae1e89..4b3ccbf5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -1,7 +1,8 @@ -name: "Bug Report" +name: "Bug" description: "Report a bug to help us improve the proxy system." +type: Bug title: "-- Provide a general summary of the issue --" -labels: [bug] +labels: ["bug", "needs-triage"] assignees: "-" body: - type: markdown @@ -102,4 +103,5 @@ body: id: additional-context attributes: label: "Additional Context" - description: "Add any other context or details about the problem here." + description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)." + required: false diff --git a/.github/ISSUE_TEMPLATE/2-task.yml b/.github/ISSUE_TEMPLATE/2-task.yml new file mode 100644 index 00000000..64a358a5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-task.yml @@ -0,0 +1,21 @@ +name: Task +description: Task request +type: Task +title: '[Task]: ' +labels: [] +body: + - type: textarea + id: description + attributes: + label: Description + description: Describe the need. Why is it needed? What is the expected outcome? What is the impact? + placeholder: Describe the task + validations: + required: true + + - type: textarea + id: additional-context + attributes: + label: "Additional Context" + description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)." + required: false diff --git a/.github/ISSUE_TEMPLATE/3-chore.yml b/.github/ISSUE_TEMPLATE/3-chore.yml new file mode 100644 index 00000000..5e67df42 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-chore.yml @@ -0,0 +1,21 @@ +name: Chore +description: Chore request +type: Chore +title: '[Chore]: ' +labels: ["chore", "needs-triage"] +body: + - type: textarea + id: description + attributes: + label: Description + description: Describe the need. Why is it needed? What is the expected outcome? What is the impact? + placeholder: Describe the task + validations: + required: true + + - type: textarea + id: additional-context + attributes: + label: "Additional Context" + description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)." + required: false