-
Notifications
You must be signed in to change notification settings - Fork 0
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 #43 from nhsuk/issue-templates
Add new issue templates
- Loading branch information
Showing
2 changed files
with
59 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,33 @@ | ||
--- | ||
name: "🐛 Bug report" | ||
about: Report a bug or regression | ||
title: "" | ||
labels: "\U0001F41B bug, awaiting triage" | ||
assignees: "" | ||
--- | ||
|
||
<!-- | ||
Please fill in as much of the template below as you’re able to. If you're unsure whether the issue already exists or how to fill in the template, open an issue anyway. Our team will help you to complete the rest. | ||
Your issue might already exist. If so, add a comment to the existing issue instead of creating a new one. You can find existing issues here: https://github.com/nhsuk/nhsapp-frontend/issues | ||
--> | ||
|
||
## Description of the issue | ||
|
||
<!-- A clear and concise summary of what the bug is. --> | ||
|
||
## Steps to reproduce the issue | ||
|
||
<!-- How can we reproduce this issue? If you think it will be helpful, please provide a small code snippet and/or screenshots. --> | ||
|
||
## Actual vs expected behaviour | ||
|
||
<!-- What is happening vs what would you expect to happen instead? --> | ||
|
||
## Environment (where applicable) | ||
|
||
<!-- Details of your operating system, browser and the version of NHSApp Frontend you’re using may help us to reproduce your issue. --> | ||
|
||
- Operating system: | ||
- Browser: | ||
- Browser version: |
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,26 @@ | ||
--- | ||
name: '🆕 New component or pattern' | ||
about: Tell us about new component or pattern being used on the NHS App | ||
title: "" | ||
assignees: "" | ||
--- | ||
|
||
## What | ||
|
||
<!-- | ||
Briefly describe the thing. | ||
- where is it being used? | ||
- add a screenshot | ||
--> | ||
|
||
## Other information | ||
|
||
<!-- | ||
If you can, include these: | ||
- links to any discussions in the NHS or GOV.UK community backlogs | ||
- links to any examples | ||
- research or design thinking | ||
- screenshots (ideally tested examples) | ||
- any user research insight | ||
- code | ||
--> |