mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
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:
@@ -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.*
|
||||||
|
|||||||
Reference in New Issue
Block a user