Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthhammond authored and joelanman committed Jun 20, 2023
1 parent 45fef43 commit 7b1638e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "🐛 Bug report"
name: "\U0001F41B Bug report"
about: Report a bug or regression
title: ''
labels: "\U0001F41B bug, awaiting triage"
labels: ''
assignees: ''

---
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "📖 Documentation"
name: "\U0001F4D6 Documentation"
about: Add new documentation, or report missing, incorrect or unclear documentation
title: ''
labels: "documentation, awaiting triage"
labels: ''
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "✨ Feature request"
about: Suggest a new feature or idea
title: ''
labels: "feature request, awaiting triage"
labels: ''
assignees: ''

---
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/internal-story.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "Internal story template"
name: Internal story template
about: For internal use only
title: ''
labels: "awaiting triage"
labels: ''
assignees: ''

---
Expand Down
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/new-internal-story-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: New internal story template
about: For internal use only
title: ''
labels: ''
assignees: ''

---

## What

## Why / user benefit

## Who might do this

## Done when
- [ ] task 1

## Refinement tasks
- [ ] User need / benefit clarified
- [ ] Roles needed identified
- [ ] Tasks defined for done when
- [ ] Triage / ticket refinement complete

0 comments on commit 7b1638e

Please sign in to comment.