Make the pull request template more explicit (#44135)

There seem to be some common misconceptions about how to use the pull
request template such as:

 - The `Fixes` field going before the pull request description.
 - The `Testing` field being used to describe how the fix was tested
   locally.

This change attmepts to make the meaning of the fields of the template a
little bit more explicit to avoid confusion.

Testing: This is just updating the pull request template so no tests
necessary.

Signed-off-by: Martin Robinson <mrobinson@fastmail.fm>
Co-authored-by: Martin Robinson <mrobinson@fastmail.fm>
This commit is contained in:
Martin Robinson
2026-04-12 10:31:59 +02:00
committed by GitHub
parent 8eafa6e9ad
commit cdf13e7ca4

View File

@@ -1,4 +1,5 @@
*Describe the changes that this pull request makes here. This will be the commit message.* *Describe the changes that this pull request makes here. This will be the commit message
and it should go at the top of the pull request.*
Testing: *Describe how this pull request is tested or why it doesn't require tests* Testing: *Describe the new automated tests that cover this change or explain why it doesn't require tests.*
Fixes: *Link to an issue this pull requests fixes or remove this line if there is no issue* Fixes: *Link to an issue this pull request fixes or remove this line if there is no issue.*