diff options
author | Tim Hunter <thorrsson@github.com> | 2025-02-25 11:36:50 -1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-25 11:36:50 -1000 |
commit | d7348802cb6748ca528f1260a738862b57024213 (patch) | |
tree | 337d9c2443aa4484eb15e913796ed93cb1becedc | |
parent | e6b8c0e0df29c05f77a5f76ae551936d6a427622 (diff) | |
download | gitignore-thorrsson-update-pr-template.tar.gz gitignore-thorrsson-update-pr-template.zip |
Update PULL_REQUEST_TEMPLATE.mdthorrsson-update-pr-template
Updating the PR template to include a link to the contribution guidelines and a task list
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 21 |
1 files changed, 16 insertions, 5 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:** -<!-- Include your relationship to the project and what you expect to get from this change. --> +### Reasons for making this change _TODO_ +<!--- +Please provide some background for this change. +---> -**Links to documentation supporting these rule changes:** +### Links to documentation supporting these rule changes _TODO_ -If this is a new template: +<!--- +Link to the project docs, any existing .gitignore files that project may have in it's own repo, etc +---> - - **Link to application or project’s homepage**: _TODO_ +### If this is a new template + +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 |