From c519ba28e49e8de1f0178db56d9a89dcd3ce7c4b Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Wed, 12 Feb 2025 10:31:21 -0500 Subject: [PATCH] feat: work intent --- .github/ISSUE_TEMPLATE/work_intent.md | 75 +++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/work_intent.md diff --git a/.github/ISSUE_TEMPLATE/work_intent.md b/.github/ISSUE_TEMPLATE/work_intent.md new file mode 100644 index 000000000..f754aaaab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/work_intent.md @@ -0,0 +1,75 @@ +--- +name: Work Intent +about: Request approval for planned development work (must be approved before starting) +title: 'Work Intent: ' +labels: work-intent, unapproved +assignees: '' +--- + + + +## Proposed By + + +## Overview + + +## Technical Details + + +### Affected Components + +- [ ] API +- [ ] Plugin +- [ ] Web UI +- [ ] Build/Deploy Process +- [ ] Documentation + +## Implementation Plan + + +1. +2. +3. + +## Dependencies + + +- [ ] External dependencies +- [ ] Related PRs/Issues +- [ ] Configuration changes needed + +## Testing Strategy + + +## Potential Impact + + +## Estimated Timeline + + +- Estimated development time: +- Desired completion date: + +## Questions + + +## Pre-submission Checklist + + +- [ ] I have searched for similar work intents/issues +- [ ] I have reviewed the project's contribution guidelines +- [ ] The scope of work is clearly defined +- [ ] I have identified potential risks and dependencies +- [ ] I am willing to make adjustments based on reviewer feedback + + \ No newline at end of file