mirror of
https://github.com/servo/servo.git
synced 2025-07-31 19:20:22 +01:00
Auto merge of #11141 - asajeffrey:reword-pr-template, r=jdm
Reworded some of PULL_REQUEST_TEMPLATE.md Thank you for contributing to Servo! Please add an `X` inside each `[ ]` when the step is complete, and replace `__` with appropriate data: - [X] `./mach build` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). Either: - [ ] There are tests for these changes OR - [X] These changes do not require tests because they are just the PR template Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. r? @jdm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11141) <!-- Reviewable:end -->
This commit is contained in:
commit
ef3c4102cf
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
Thank you for contributing to Servo! Please add an `X` inside each `[ ]` when the step is complete, and replace `__` with appropriate data:
|
||||
- [ ] `./mach build` does not report any errors
|
||||
Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data:
|
||||
- [ ] `./mach build -d` does not report any errors
|
||||
- [ ] `./mach test-tidy` does not report any errors
|
||||
- [ ] These changes fix #__ (github issue number if applicable).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue