Skip to content

Commit

Permalink
Merge pull request #101 from alphagov/create-issue-template-for-compo…
Browse files Browse the repository at this point in the history
…nent-pattern-frontendtemplate

Template to report issues on component+patterns+frontendTemplates
  • Loading branch information
nnagewad authored Oct 31, 2024
2 parents 0ca4b36 + 1c6af71 commit cfc0c84
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/09-component-issue.yml
Original file line number Diff line number Diff line change
@@ -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
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/10-pattern-issue.yml
Original file line number Diff line number Diff line change
@@ -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
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/11-frontend-template-issue.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cfc0c84

Please sign in to comment.