-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from alphagov/create-issue-template-for-compo…
…nent-pattern-frontendtemplate Template to report issues on component+patterns+frontendTemplates
- Loading branch information
Showing
3 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |