General: Introduce a pull request template.
This ensures that contributors opening a pull request on GitHub for code review have proper guidance. See https://make.wordpress.org/core/2020/02/21/working-on-trac-tickets-using-github-pull-requests/ and https://meta.trac.wordpress.org/ticket/4903. Props noisysocks, desrosj. Fixes #49489. git-svn-id: https://develop.svn.wordpress.org/trunk@47342 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8837ebd1f6
commit
35ddd5c97d
22
.github/pull_request_template.md
vendored
Normal file
22
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
<!--
|
||||
Hi there! Thanks for contributing to WordPress!
|
||||
|
||||
Pull Requests in this GitHub repository **must** be linked to a ticket in the WordPress Core Trac instance (https://core.trac.wordpress.org), and are only used for code review. **No pull requests will be merged on GitHub.**
|
||||
|
||||
See the WordPress Handbook page on using PRs for Code Review more information: https://make.wordpress.org/core/handbook/contribute/git/github-pull-requests-for-code-review/
|
||||
|
||||
If this is your first time contributing, you may also find reviewing these guides first to be helpful:
|
||||
- FAQs for New Contributors: https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/
|
||||
- Contributing with Code Guide: https://make.wordpress.org/core/handbook/contribute/
|
||||
- WordPress Coding Standards: https://make.wordpress.org/core/handbook/best-practices/coding-standards/
|
||||
- Inline Documentation Standards: https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/
|
||||
- Browser Support Policies: https://make.wordpress.org/core/handbook/best-practices/browser-support/
|
||||
- Proper spelling and grammar related best practices: https://make.wordpress.org/core/handbook/best-practices/spelling/
|
||||
-->
|
||||
|
||||
<!-- Insert a description of your changes here -->
|
||||
|
||||
Trac ticket: <!-- insert a link to the WordPress Trac ticket here -->
|
||||
|
||||
---
|
||||
**This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See [GitHub Pull Requests for Code Review](https://make.wordpress.org/core/handbook/contribute/git/github-pull-requests-for-code-review/) in the Core Handbook for more details.**
|
Loading…
Reference in New Issue
Block a user