From 4fccc6a6374eab49f525d6fc33f24c817a03656a Mon Sep 17 00:00:00 2001 From: nnagewad Date: Mon, 28 Oct 2024 15:11:06 +0000 Subject: [PATCH 1/2] First draft of reporting an issue on a component, pattern, and frontend template --- .github/ISSUE_TEMPLATE/09-component-issue.yml | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/10-pattern-issue.yml | 18 ++++++++++++++++++ .../11-frontend-template-issue.yml | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/09-component-issue.yml create mode 100644 .github/ISSUE_TEMPLATE/10-pattern-issue.yml create mode 100644 .github/ISSUE_TEMPLATE/11-frontend-template-issue.yml diff --git a/.github/ISSUE_TEMPLATE/09-component-issue.yml b/.github/ISSUE_TEMPLATE/09-component-issue.yml new file mode 100644 index 0000000..4711b29 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/09-component-issue.yml @@ -0,0 +1,18 @@ +name: Report an issue on a component +description: Report any issues regarding a component on GOV.UK +title: "[Enter the name of the component]: [Enter the issue with component]" +labels: ["component"] +projects: ["alphagov/100"] +body: + - type: markdown + attributes: + value: | + # Steps to creating an issue for a GOV.UK component + - Update the title according to the proposed format + - In the textarea below, provide a detailed description of the issue + - type: textarea + attributes: + label: "Description" + description: "Describe the issue with the component" + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/10-pattern-issue.yml b/.github/ISSUE_TEMPLATE/10-pattern-issue.yml new file mode 100644 index 0000000..7f1e4c5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/10-pattern-issue.yml @@ -0,0 +1,18 @@ +name: Report an issue on a pattern +description: Report any issues regarding a pattern on GOV.UK +title: "[Enter the name of the pattern]: [Enter the issue with pattern]" +labels: ["pattern"] +projects: ["alphagov/100"] +body: + - type: markdown + attributes: + value: | + # Steps to creating an issue for a GOV.UK pattern + - Update the title according to the proposed format + - In the textarea below, provide a detailed description of the issue + - type: textarea + attributes: + label: "Description" + description: "Describe the issue with the pattern" + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/11-frontend-template-issue.yml b/.github/ISSUE_TEMPLATE/11-frontend-template-issue.yml new file mode 100644 index 0000000..806b265 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/11-frontend-template-issue.yml @@ -0,0 +1,18 @@ +name: Report an issue on a frontend template +description: Report any issues regarding a frontend template on GOV.UK +title: "[Enter the name of the frontend template]: [Enter the issue with frontend template]" +labels: ["frontend template"] +projects: ["alphagov/100"] +body: + - type: markdown + attributes: + value: | + # Steps to creating an issue for a GOV.UK frontend template + - Update the title according to the proposed format + - In the textarea below, provide a detailed description of the issue + - type: textarea + attributes: + label: "Description" + description: "Describe the issue with the frontend template" + validations: + required: true \ No newline at end of file From 1c6af710ed74b66ded1630337b2f0226808f0d05 Mon Sep 17 00:00:00 2001 From: nnagewad Date: Mon, 28 Oct 2024 15:54:16 +0000 Subject: [PATCH 2/2] Update "textarea" to "text area" --- .github/ISSUE_TEMPLATE/09-component-issue.yml | 2 +- .github/ISSUE_TEMPLATE/10-pattern-issue.yml | 2 +- .github/ISSUE_TEMPLATE/11-frontend-template-issue.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/09-component-issue.yml b/.github/ISSUE_TEMPLATE/09-component-issue.yml index 4711b29..4364939 100644 --- a/.github/ISSUE_TEMPLATE/09-component-issue.yml +++ b/.github/ISSUE_TEMPLATE/09-component-issue.yml @@ -9,7 +9,7 @@ body: value: | # Steps to creating an issue for a GOV.UK component - Update the title according to the proposed format - - In the textarea below, provide a detailed description of the issue + - In the text area below, provide a detailed description of the issue - type: textarea attributes: label: "Description" diff --git a/.github/ISSUE_TEMPLATE/10-pattern-issue.yml b/.github/ISSUE_TEMPLATE/10-pattern-issue.yml index 7f1e4c5..c69a8b6 100644 --- a/.github/ISSUE_TEMPLATE/10-pattern-issue.yml +++ b/.github/ISSUE_TEMPLATE/10-pattern-issue.yml @@ -9,7 +9,7 @@ body: value: | # Steps to creating an issue for a GOV.UK pattern - Update the title according to the proposed format - - In the textarea below, provide a detailed description of the issue + - In the text area below, provide a detailed description of the issue - type: textarea attributes: label: "Description" diff --git a/.github/ISSUE_TEMPLATE/11-frontend-template-issue.yml b/.github/ISSUE_TEMPLATE/11-frontend-template-issue.yml index 806b265..0610e2f 100644 --- a/.github/ISSUE_TEMPLATE/11-frontend-template-issue.yml +++ b/.github/ISSUE_TEMPLATE/11-frontend-template-issue.yml @@ -9,7 +9,7 @@ body: value: | # Steps to creating an issue for a GOV.UK frontend template - Update the title according to the proposed format - - In the textarea below, provide a detailed description of the issue + - In the text area below, provide a detailed description of the issue - type: textarea attributes: label: "Description"