diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..c0f6f0e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,43 @@ +--- +name: ⚠️ Bug +about: Report a problem or defect +--- + +## Description + + + +## Environment + +URL: + + + +## Steps to reproduce + +1. +2. +3. ... + +## Expected result + + +## Actual result + + + +--- + + + +⏱ Estimated Level of Effort (LOE): _unestimated_ + +### Developer Checklist + +* [ ] Estimated LOE +* [ ] Tests written (if not include explanation) +* [ ] CI tests pass +* [ ] Deployed/tested in non-production environment +* [ ] Approved for deployment by project owner +* [ ] Deployed to production + diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..66a5d1f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,12 @@ +--- +name: ✨ Feature +about: Request new functionality or modifications to existing functionality +--- + +## Description + +## Acceptance Criteria + + + + diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md new file mode 100644 index 0000000..6ed1d24 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -0,0 +1,8 @@ +--- +name: 👷 Task +about: Behind-the-scenes work (upgrades, technical debt cleanup, etc.) +--- + +## Description + +## Reason for task