servo/PULL_REQUEST_TEMPLATE.md
Martin Robinson 971490084e
Use a simpler GitHub pull request template (#36203)
The idea here is that we can use the pull request description as the
commit message, so that the git history is cleaner. This requires:

1. Removing comments from the message, as GitHub doesn't remove them
   from the pull request descriptions when committing.
2. Remove the checklist, which is now verified by the CI instead, so
   is less important.
3. Ask the contributor to remove the lines expicitly.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-03-30 10:14:13 +00:00

268 B

Describe the changes that this pull request makes here. This will be the commit message.

Testing: Describe how this pull request is tested or why it doesn't require tests Fixes: Link to an issue this pull requests fixes or remove this line if there is no issue