Skip to content

Commit

Permalink
chore: template standardization (#480)
Browse files Browse the repository at this point in the history
* chore: template standardization

* Prettified Code!

---------

Co-authored-by: ken-mellem <ken-mellem@users.noreply.github.com>
  • Loading branch information
ken-mellem and ken-mellem authored Sep 28, 2023
1 parent 3dd67d2 commit 24a0422
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: 🐛 Bug report
about: Create a report to help us improve
title: '🐛: <title>'
labels: bug
assignees: ''
---

## Description

<!-- Short description -->

## Reproduce

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

## Expected behavior

<!-- Avoid ambiguity -->
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/enh_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
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
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feat_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
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

0 comments on commit 24a0422

Please sign in to comment.