Skip to content

Commit 35ddd5c

Browse files
committed
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
1 parent 8837ebd commit 35ddd5c

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
Hi there! Thanks for contributing to WordPress!
3+
4+
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.**
5+
6+
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/
7+
8+
If this is your first time contributing, you may also find reviewing these guides first to be helpful:
9+
- FAQs for New Contributors: https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/
10+
- Contributing with Code Guide: https://make.wordpress.org/core/handbook/contribute/
11+
- WordPress Coding Standards: https://make.wordpress.org/core/handbook/best-practices/coding-standards/
12+
- Inline Documentation Standards: https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/
13+
- Browser Support Policies: https://make.wordpress.org/core/handbook/best-practices/browser-support/
14+
- Proper spelling and grammar related best practices: https://make.wordpress.org/core/handbook/best-practices/spelling/
15+
-->
16+
17+
<!-- Insert a description of your changes here -->
18+
19+
Trac ticket: <!-- insert a link to the WordPress Trac ticket here -->
20+
21+
---
22+
**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.**

0 commit comments

Comments
 (0)