From 35ddd5c97dcb586c72f6e56e419cbfe90897220f Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Fri, 21 Feb 2020 18:23:28 +0000 Subject: [PATCH] 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 --- .github/pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..b53da615a7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ + + + + +Trac ticket: + +--- +**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.**