diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index da515fe..caebc29 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,13 +3,13 @@ description: Create a report to help us improve title: "[Bug]: " labels: ["bug"] projects: - - "eli-davidson-portfolio/12" + - "eli-davidson-portfolio/1" body: - type: markdown attributes: value: | Thanks for taking the time to report a bug! - This will be tracked in our organization-wide project board at: https://github.com/orgs/eli-davidson-portfolio/projects/12 + This will be tracked in our organization-wide project board at: https://github.com/orgs/eli-davidson-portfolio/projects/1 - type: dropdown id: bug_type diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 9d0b442..8286130 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,13 +3,13 @@ description: Suggest an idea for this project title: "[Feature]: " labels: ["enhancement"] projects: - - "eli-davidson-portfolio/12" + - "eli-davidson-portfolio/1" body: - type: markdown attributes: value: | Thanks for taking the time to suggest a new feature! - This will be tracked in our organization-wide project board at: https://github.com/orgs/eli-davidson-portfolio/projects/12 + This will be tracked in our organization-wide project board at: https://github.com/orgs/eli-davidson-portfolio/projects/1 - type: dropdown id: feature_type diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..11f2d8d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,46 @@ +# Pull Request + +## Summary +[Provide a clear, concise description of your changes] + +## Related Issues +Closes #[issue number] + +## Type of Change +- [ ] 🐛 Bug Fix (non-breaking change that fixes an issue) +- [ ] ✨ New Feature (non-breaking change that adds functionality) +- [ ] 📝 Documentation Update +- [ ] ♻️ Refactor (non-breaking change that improves code quality) +- [ ] 🎨 Style/UI Update +- [ ] 🔒 Security Update +- [ ] 🚀 Performance Improvement + +## Implementation Details +[Explain the reasoning behind implementation choices] + +## Testing Completed +- [ ] Unit Tests Added/Updated +- [ ] Integration Tests Added/Updated +- [ ] All Tests Passing +- [ ] Manual Testing Completed + +## Quality Checklist +- [ ] Code follows project style guidelines +- [ ] Self-review completed +- [ ] Documentation updated +- [ ] No console logs or debug code remaining +- [ ] Error handling implemented +- [ ] Performance implications considered + +## Accessibility (for UI changes) +- [ ] Semantic HTML used +- [ ] ARIA attributes added where needed +- [ ] Color contrast meets WCAG standards +- [ ] Keyboard navigation tested +- [ ] Screen reader testing completed + +## Screenshots/Videos +[If applicable, add visual documentation of changes] + +## Additional Notes +[Any additional information that would help reviewers]