diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..3c29976 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,19 @@ +--- +name: Bug +about: Something is broken +labels: bug +--- + +## Symptom + + +## Expected + + +## Acceptance Criteria + +- [ ] Bug no longer reproduces given the steps above +- [ ] + +## Notes + diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..2f9ae43 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,19 @@ +--- +name: Feature +about: New capability or enhancement +labels: enhancement +--- + +## Problem + + +## Goal + + +## Acceptance Criteria + +- [ ] +- [ ] + +## Notes +