Introduce a pull request template

.. to be put into the "Add a description" text box
when creating a new pull request to Expat

Related:
https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository
This commit is contained in:
Sebastian Pipping 2026-01-04 01:55:31 +01:00
parent 76b9466674
commit f77d332f3b

17
pull_request_template.md Normal file
View File

@ -0,0 +1,17 @@
<!-- Thanks for your interest in contributing to the libexpat project or "Expat"! -->
# Self-Diagnosis
<!-- PLEASE ANSWER THE FOLLOWING: -->
- [ ] This pull request fixes #ISSUE_NUMBER.
- [ ] This pull request is related to SOME_REFERENCE.
- [ ] This pull request is small, uncontroversial, complete, and easy to review.
- [ ] I have enabled and run all GitHub Actions CI in my fork repository,
and hence expect CI to be all-green for this pull request.
- [ ] I have read the [contribution guidelines](https://github.com/libexpat/libexpat/blob/HEAD/CONTRIBUTING.md), and this pull request meets these guidelines for contribution.
- [x] I had trouble understanding parts of this questionnaire. (Please elaborate.)
# Description
TODO: This pull request does X because of Y in order to Z. <!-- Thank you! -->