diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..80e94ffe9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,21 @@ +--- +name: Bug Report +about: Report a bug +title: "[Bug]: " +labels: bug +assignees: '' +--- + +## Description + +Describe the bug. + +## Steps to Reproduce + +1. +2. +3. + +## Expected Behavior + +## Actual Behavior \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..cbe8444e1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,21 @@ +--- +name: Feature Request +title: "[Feature]: " +labels: feature +assignees: '' +--- + +## Summary + +Describe the feature. + +## Problem + +What problem are you trying to solve? + +Give some background: what is the current workflow and why is it difficult, inefficient, or not done right now? + +## Acceptance Criteria + +- [ ] Does the thing +- [ ] Looks good \ No newline at end of file diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md new file mode 100644 index 000000000..576d1c990 --- /dev/null +++ b/.github/pull-request-template.md @@ -0,0 +1,28 @@ +## PR Title +Format: +[Issue Number]-[Issue Name] + +## Summary + +Closes #[insert issue number here] + +Describe the change. + +## Changes + +These should match with the Acceptance Criteria + +## Testing Checklist + +If generating from Claude, please do the checklist yourself before submitting. +You may use sub-headers to organize better as follows: + +### Header 1 +- [ ] It does the thing + +### Header 2 +- [ ] It doesn't do the other thing + +## Screenshots + +Only if necessary for clarity \ No newline at end of file