Skip to content

Commit

Permalink
Add chore issue template (#113)
Browse files Browse the repository at this point in the history
Add feature request template

- Also unify some formatting in the other templates
  • Loading branch information
brandonlenz authored Oct 31, 2023
1 parent 4c451de commit 131d9d9
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report
about: Tell us about something that isn't working quite right
title: "\U0001F41B [BUG]: "
title: "🐛 [BUG]: "
labels: bug
assignees: ''

Expand Down
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/chore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Chore
about: A Story that provides value to the Team or Product, as opposed to an external Stakeholder or user
title: '🧹 [CHORE]: '
labels: chore
assignees: ''

---

### Describe the nature of the chore

<!--
We write chores like user stories, similar to feature requests.
For example
- As a product owner
- I want a chore issue template
- so that it is easier to create issues that can be categorized separately from user-facing enhancements
For more info on chores, see https://scrumdictionary.com/term/chore/
Feel free to add as many "as a, I want, so that" requirements as relevant.
-->

- As a <!-- who -->
- I want <!-- what -->
- so that <!-- why-->


### Anything else?

<!-- What other context is important to add, but unable to be captured story-style? -->

### Resources

<!-- Add documentation, links, etc. here that provide sources or additional context -->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-enhancement-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Feel free to add as many as relevant.

### Resources

<!-- Add documentation, links, etc here that provide sources or additional context -->
<!-- Add documentation, links, etc. here that provide sources or additional context -->

0 comments on commit 131d9d9

Please sign in to comment.