Commit Graph

9 Commits

Author SHA1 Message Date
Maxime Steinhausser 313defaadf Mention the community review guide 2016-12-18 22:02:35 +01:00
Nicolas Grekas 852f9994ad Update contributing docs 2016-02-24 15:36:06 +01:00
Fabien Potencier f676878fe0 minor #17831 Create PULL_REQUEST_TEMPLATE.md (colinodell)
This PR was squashed before being merged into the 2.3 branch (closes #17831).

Discussion
----------

Create PULL_REQUEST_TEMPLATE.md

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | n/a
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Github has support for issue and template files (`issue_template.md` and `pull_request_template.md`).  The contents of these files will auto-populate new issues/PRs.

This PR creates a `PULL_REQUEST_TEMPLATE.md` file using the [Symfony Pull Request Template](https://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request).

See https://github.com/blog/2111-issue-and-pull-request-templates

Commits
-------

ac8f8f8 Create PULL_REQUEST_TEMPLATE.md
2016-02-18 08:17:40 +01:00
Colin O'Dell ac8f8f8964 Create PULL_REQUEST_TEMPLATE.md 2016-02-18 08:17:38 +01:00
Nicolas Grekas b403edd1bc fix missing links to https://symfony.com 2015-05-13 13:31:01 +02:00
Nicolas Grekas 6726a40654 [2.3] Update CONTRIBUTING.md 2015-02-24 10:01:10 +01:00
Romain Neutron 0a76b7e9fc Rename Symfony2 to Symfony 2014-11-24 15:09:11 +01:00
Drak df0623f98f Making it easier to grab the PR template. 2012-12-15 21:57:27 +00:00
Jeremy Mikola 71d8148ad6 Create CONTRIBUTING.md file for auto-linking in PR's
See: https://github.com/blog/1184-contributing-guidelines
2012-09-17 14:40:53 -04:00