Skip to content

Commit

Permalink
Update GitHub templates to use new type field.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Jan 18, 2025
1 parent 2ed2d65 commit 31d110d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: Bug
type: Bug
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: Feature
type: Feature
assignees: ''

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Epic template [only use if you're a Quality-time developer]
about: Document what and why needs to be changed
title: ''
labels: Feature
type: Feature
assignees: ''

---
Expand Down Expand Up @@ -35,6 +35,5 @@ As a `role` I want to `action` so that `goal`.

# Dependencies

- `insert issue number of user story here` blocks `insert issue number of user story here`
- `insert issue number of user story here` blocks `insert issue number of user story here`
- ...

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: User story template [only use if you're a Quality-time developer]
about: Document what, why and how needs to be changed
title: ''
labels: Feature
type: Feature
assignees: ''

---
Expand Down

0 comments on commit 31d110d

Please sign in to comment.