Create GitHub templates for issues and pull requests#296
Merged
CharlieWells13 merged 3 commits intomainfrom Mar 25, 2026
Merged
Create GitHub templates for issues and pull requests#296CharlieWells13 merged 3 commits intomainfrom
CharlieWells13 merged 3 commits intomainfrom
Conversation
CharlieWells13
requested changes
Mar 23, 2026
Collaborator
CharlieWells13
left a comment
There was a problem hiding this comment.
Looks good thanks for everything.
The only issue that I have is that pull_request_template seems to be added twice, please remove the duplication and then i will merge.
Collaborator
Author
|
Yeah I probably shouldn't have done that. Since there is only one template the active one would be .github/pull_request_template.md. My rationale was if later someone wanted to add additional PR templates they'd be able to do so by simply adding them to .github/PULL_REQUEST_TEMPLATE/ folder, but I guess they could also create the folder for themselves |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR follows the new repository PR template and consolidates GitHub contribution template improvements for issues and pull requests.
What changed
.github/ISSUE_TEMPLATE/bug_report.yml:Version/Commitfield for reproducibility.Severitydropdown (Low,Medium,High,Critical).render: shellis used cleanly..github/ISSUE_TEMPLATE/feature_request.yml:Acceptance Criteriasection.Stretch Acceptance Criteriasection.User Impact Rating..github/ISSUE_TEMPLATE/good_first_issue.md:Summary,Problem / User Impact,Scope,Estimated Effort,Where to Start,Acceptance Criteria, andDefinition of Done..github/PULL_REQUEST_TEMPLATE/pull_request_template.md..github/pull_request_template.mdcopy so PRs auto-load template by default..github/ISSUE_TEMPLATE/capstone_sprint_task.ymlwith sections forIntro,Overview (Given/When/Then),Currently,Description, essential/stretch AC, notes, next steps, resources, and author checklist.Why
How
Type of Change
Scope
In Scope
Out of Scope
Testing
Additional Context
Notes based on discoveries made during implementation:
Dynamic AC behavior:
Issue template format:
PR template placement:
Discussion templates:
Reviewer Focus