From 48481b5e951e850b9aac5dae554528333bd796ac Mon Sep 17 00:00:00 2001 From: Timothy Genz <34835862+Tgenz1213@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:09:22 -0600 Subject: [PATCH 1/2] Add files via upload --- .github/pull_request_template.md | 47 ++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..27f0f78aa --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,47 @@ +# Pull Request + +## Overview + +- **Title**: [Descriptive title of the changes] +- **Related Issues**: #[issue number] +- **Type**: + - [ ] Feature + - [ ] Bug Fix + - [ ] Refactor + - [ ] Documentation + - [ ] Other: + +## Description + +[Provide a clear description of the changes and their purpose] + +## Implementation Details + +- [ ] Changes are focused and solve the stated problem +- [ ] Code follows project style guides +- [ ] Complex logic is documented +- [ ] No unnecessary complexity introduced + +## Testing + +- [ ] Unit tests added/updated +- [ ] Integration tests added/updated +- [ ] Manual testing completed +- [ ] All tests passing + +## Documentation & Quality + +- [ ] Project documentation updated +- [ ] Code reviewed for clarity +- [ ] Breaking changes clearly marked +- [ ] Dependencies documented + +## Deployment Impact + +- [ ] Database migrations required? [Yes/No] +- [ ] Configuration changes needed? [Yes/No] +- [ ] Breaking changes? [Yes/No] + +## Additional Notes + +[Add any other context or notes for reviewers] From f21530dc055f8fa5c1f1d449c814654489bc150a Mon Sep 17 00:00:00 2001 From: Timothy Genz <34835862+Tgenz1213@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:26:38 -0600 Subject: [PATCH 2/2] Update pull_request_template.md --- .github/pull_request_template.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 27f0f78aa..71d8b1eed 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,5 @@ -# Pull Request - -## Overview - - **Title**: [Descriptive title of the changes] +- **Description**: [Provide a clear description of the changes and their purpose] - **Related Issues**: #[issue number] - **Type**: - [ ] Feature @@ -11,10 +8,6 @@ - [ ] Documentation - [ ] Other: -## Description - -[Provide a clear description of the changes and their purpose] - ## Implementation Details - [ ] Changes are focused and solve the stated problem