[wp-trac] [WordPress Trac] #49498: Consider adding a pull_request_template.md to point GitHub contributors to the right place
WordPress Trac
noreply at wordpress.org
Mon Feb 24 04:19:38 UTC 2020
#49498: Consider adding a pull_request_template.md to point GitHub contributors to
the right place
-------------------------+-------------------------------------
Reporter: noisysocks | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords: 2nd-opinion needs-patch
Focuses: docs |
-------------------------+-------------------------------------
Now that you can [https://make.wordpress.org/core/2020/02/21/working-on-
trac-tickets-using-github-pull-requests/ link pull requests to Trac
tickets in Core], we should consider
[https://help.github.com/en/github/building-a-strong-community/creating-a
-pull-request-template-for-your-repository#adding-a-pull-request-template
adding a pull_request_template.md] to `trunk` which informs contributors
who land on the [https://github.com/WordPress/wordpress-develop wordpress-
develop GitHub repository] that pull requests **must** be linked to a Trac
ticket.
The template could look something like this:
{{{
<!--
Hi there! Thanks for contributing to WordPress!
WordPress uses Trac and SVN for development. Pull requests in this GitHub
repository are only used for code review, and must be linked to a ticket
in the WordPress Core Trac (https://core.trac.wordpress.org).
See the WordPress Core Handbook for more information:
LINK TO HANDBOOK PAGE
-->
Trac: <!-- insert a link to the WordPress Core Trac ticket here -->
<!-- insert a short description of your changes 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 [the
WordPress Core Handbook](LINK TO HANDBOOK PAGE) for more details.**
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/49498>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list