Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit eef80d6

Browse files
devinreamsElise Richards
authored andcommitted
add Chore and Feature issue templates (#760)
* add Chore template from mozilla-mobile/firefox-tv * add Feature template * Rename --chore.md to ---chore.md * Move PR template to be with other GitHub-specific docs
1 parent a8c827f commit eef80d6

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/---chore.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: "🧶 Chore"
3+
about: Tech debt, developer ergonomics, tooling, etc.
4+
labels: "chore"
5+
6+
---
7+
8+
### Vision statement / What / Requirements
9+
10+
### Impact
11+
12+
### Acceptance criteria
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: "⭐️ Feature request"
3+
about: Suggest an idea for this project
4+
labels: "feature"
5+
6+
---
7+
8+
### Why/User Benefit/User Problem
9+
10+
### Acceptance Criteria (how do I know when I’m done?)
11+
12+
### Not included
File renamed without changes.

0 commit comments

Comments
 (0)