Skip to content

Commit

Permalink
Merge pull request #43 from nhsuk/issue-templates
Browse files Browse the repository at this point in the history
Add new issue templates
  • Loading branch information
mikemonteith authored Apr 19, 2024
2 parents f9e75a5 + 40cc35b commit f79d33a
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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:
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/new_component_or_pattern.md
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
-->

0 comments on commit f79d33a

Please sign in to comment.