Skip to content

Commit

Permalink
chore: update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusGjosund committed Mar 19, 2024
1 parent 7357bfc commit 13cb942
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 52 deletions.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
---
name: 🐛 Bug report
about: Create a report to help us improve
title: '🐛: <title>'
title: "🐛: <app> - <title>"
labels: bug
assignees: ''
---

## Description

<!-- Short description -->

## Reproduce

<!-- Steps to reproduce - Add relevant screenshots -->

## Expected behavior

<!-- Avoid ambiguity -->

14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/bump-deps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 🧹⬆ Bump dependencies
about: Create a report to help us improve
title: "🧹⬆ Bump dependencies"
labels: chore
assignees: ''
---

## Description
Bump all dependencies

The devDependencies is less important


41 changes: 17 additions & 24 deletions .github/ISSUE_TEMPLATE/enh_report.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
---
name: 🎁 Enhancement report
about: Create a report to help us improve
title: '🎁: <title>'
labels: feature
assignees: ''
---

## Expected outcome

<!-- Short description -->

## Business Value / Developer Experience

<!-- Should give motivation for prioritization.
Outcome measurement of delivered value. -->

## Acceptance Criteria

<!-- How to test -->

- [ ] when selecting
- [ ] items which covers
- [ ] the expected outcome
---
name: 🎁 Enhancement report
about: Create a report to help us improve
title: '🎁: <app> - <title>'
labels: feature
assignees: ''
---

## Expected outcome
<!-- Short description -->

## Business Value / Developer Experience
<!-- Should give motivation for prioritization.
Outcome measurement of delivered value. -->

## Acceptance Criteria
<!-- How to test -->
41 changes: 17 additions & 24 deletions .github/ISSUE_TEMPLATE/feat_report.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
---
name: ✨: Feature report
about: Create a report to help us improve
title: "✨: <title>"
labels: feature
assignees: ''
---

## Expected outcome

<!-- Short description -->

## Business Value / Developer Experience

<!-- Should give motivation for prioritization.
Outcome measurement of delivered value. -->

## Acceptance Criteria

<!--> How to test -->

- [ ] list
- [ ] items which covers
- [ ] the expected outcome
---
name: ✨ Feature report
about: Create a report to help us improve
title: '✨: <app> - <title>'
labels: feature
assignees: ''
---

## Expected outcome
<!-- Short description -->

## Business Value / Developer Experience
<!-- Should give motivation for prioritization.
Outcome measurement of delivered value. -->

## Acceptance Criteria
<!--> How to test -->

0 comments on commit 13cb942

Please sign in to comment.