Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
46 changes: 46 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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]