From 6db8ce7e0e71d25fdb0e9cd147cdba4e4640ded0 Mon Sep 17 00:00:00 2001 From: Dmitry Volokh Date: Tue, 28 Jan 2025 13:31:47 +0100 Subject: [PATCH 1/2] issue templates unified --- .github/ISSUE_TEMPLATE/0-story.yml | 22 +++++++++++++++++++ .../{bug_report.yml => 1-bug.yml} | 5 +++-- .github/ISSUE_TEMPLATE/2-task.yml | 22 +++++++++++++++++++ .github/ISSUE_TEMPLATE/3-chore.yml | 22 +++++++++++++++++++ 4 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/0-story.yml rename .github/ISSUE_TEMPLATE/{bug_report.yml => 1-bug.yml} (98%) create mode 100644 .github/ISSUE_TEMPLATE/2-task.yml create mode 100644 .github/ISSUE_TEMPLATE/3-chore.yml diff --git a/.github/ISSUE_TEMPLATE/0-story.yml b/.github/ISSUE_TEMPLATE/0-story.yml new file mode 100644 index 00000000..b1005e56 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/0-story.yml @@ -0,0 +1,22 @@ +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-data + attributes: + label: Links to PRD, etc. + description: Please provide links to the required docs. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug.yml similarity index 98% rename from .github/ISSUE_TEMPLATE/bug_report.yml rename to .github/ISSUE_TEMPLATE/1-bug.yml index c7ae1e89..9293f6ee 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 diff --git a/.github/ISSUE_TEMPLATE/2-task.yml b/.github/ISSUE_TEMPLATE/2-task.yml new file mode 100644 index 00000000..a75616de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-task.yml @@ -0,0 +1,22 @@ +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-data + attributes: + label: Links to PRD, etc. + description: Please provide links to the required docs. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/3-chore.yml b/.github/ISSUE_TEMPLATE/3-chore.yml new file mode 100644 index 00000000..b32e3968 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-chore.yml @@ -0,0 +1,22 @@ +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-data + attributes: + label: Links to PRD, etc. + description: Please provide links to the required docs. + validations: + required: false From 619999b1c3e4085c767e579e03aea4bc3c3413e4 Mon Sep 17 00:00:00 2001 From: Dmitry Volokh Date: Tue, 28 Jan 2025 13:49:06 +0100 Subject: [PATCH 2/2] additional context unified --- .github/ISSUE_TEMPLATE/0-story.yml | 9 ++++----- .github/ISSUE_TEMPLATE/1-bug.yml | 3 ++- .github/ISSUE_TEMPLATE/2-task.yml | 9 ++++----- .github/ISSUE_TEMPLATE/3-chore.yml | 9 ++++----- 4 files changed, 14 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/0-story.yml b/.github/ISSUE_TEMPLATE/0-story.yml index b1005e56..d97f4721 100644 --- a/.github/ISSUE_TEMPLATE/0-story.yml +++ b/.github/ISSUE_TEMPLATE/0-story.yml @@ -14,9 +14,8 @@ body: required: true - type: textarea - id: additional-data + id: additional-context attributes: - label: Links to PRD, etc. - description: Please provide links to the required docs. - validations: - required: false + 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/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index 9293f6ee..4b3ccbf5 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -103,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 index a75616de..64a358a5 100644 --- a/.github/ISSUE_TEMPLATE/2-task.yml +++ b/.github/ISSUE_TEMPLATE/2-task.yml @@ -14,9 +14,8 @@ body: required: true - type: textarea - id: additional-data + id: additional-context attributes: - label: Links to PRD, etc. - description: Please provide links to the required docs. - validations: - required: false + 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 index b32e3968..5e67df42 100644 --- a/.github/ISSUE_TEMPLATE/3-chore.yml +++ b/.github/ISSUE_TEMPLATE/3-chore.yml @@ -14,9 +14,8 @@ body: required: true - type: textarea - id: additional-data + id: additional-context attributes: - label: Links to PRD, etc. - description: Please provide links to the required docs. - validations: - required: false + label: "Additional Context" + description: "Add any other context or details about the problem here (e.g. link to Discussion, etc.)." + required: false