diff --git a/.github/ISSUE_TEMPLATE/09-component-issue.yml b/.github/ISSUE_TEMPLATE/09-component-issue.yml new file mode 100644 index 0000000..4364939 --- /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 text area 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..c69a8b6 --- /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 text area 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..0610e2f --- /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 text area 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