From d7348802cb6748ca528f1260a738862b57024213 Mon Sep 17 00:00:00 2001 From: Tim Hunter Date: Tue, 25 Feb 2025 11:36:50 -1000 Subject: [PATCH 1/2] Update PULL_REQUEST_TEMPLATE.md Updating the PR template to include a link to the contribution guidelines and a task list --- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b87add4e..2f96ca25 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,23 @@ -**Reasons for making this change:** - +### Reasons for making this change + +_TODO_ + + +### Links to documentation supporting these rule changes _TODO_ -**Links to documentation supporting these rule changes:** + -_TODO_ +### If this is a new template -If this is a new template: +Link to application or project’s homepage: TODO - - **Link to application or project’s homepage**: _TODO_ +### Merge and Approval Steps +- [ ] Confirm that you've read the [contribution guidelines](https://github.com/github/gitignore/tree/main?tab=readme-ov-file#contributing-guidelines) and ensured your PR aligns +- [ ] Esnure CI is passing +- [ ] Get a review and Approval from one of the maintainers From 54548843e3f5831a86721a403de1da59ed053cb7 Mon Sep 17 00:00:00 2001 From: Tim Hunter Date: Mon, 3 Mar 2025 08:16:46 -1000 Subject: [PATCH 2/2] Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2f96ca25..15afee7f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,5 +19,5 @@ Link to application or project’s homepage: TODO ### Merge and Approval Steps - [ ] Confirm that you've read the [contribution guidelines](https://github.com/github/gitignore/tree/main?tab=readme-ov-file#contributing-guidelines) and ensured your PR aligns -- [ ] Esnure CI is passing +- [ ] Ensure CI is passing - [ ] Get a review and Approval from one of the maintainers