Committed by
GitHub
Merge pull request #1588 from unacorbatanegra/master
Showing
1 changed file
with
9 additions
and
0 deletions
.github/pull_request_template.md
0 → 100644
| 1 | +*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* | ||
| 2 | + | ||
| 3 | +Every PR must update the corresponding documentation in the `code`, and also the readme in english with the following changes. | ||
| 4 | + | ||
| 5 | +## Pre-launch Checklist | ||
| 6 | + | ||
| 7 | +- [ ] I updated/added relevant documentation (doc comments with `///`). | ||
| 8 | +- [ ] I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. | ||
| 9 | +- [ ] All existing and new tests are passing. |
-
Please register or login to post a comment