8000 minor #17831 Create PULL_REQUEST_TEMPLATE.md (colinodell) · symfony/symfony@f676878 · GitHub
[go: up one dir, main page]

Skip to content

Commit f676878

Browse files
committed
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
2 parents 5fda221 + ac8f8f8 commit f676878

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
| Q | A
2+
| ------------- | ---
3+
| Bug fix? | [yes|no]
4+
| New feature? | [yes|no]
5+
| BC breaks? | [yes|no]
6+
| Deprecations? | [yes|no]
7+
| Tests pass? | [yes|no]
8+
| Fixed tickets | [comma-separated list of tickets fixed by the PR, if any]
9+
| License | MIT
10+
| Doc PR | [reference to the documentation PR, if any]

CONTRIBUTING.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@ If you'd like to contribute, please read the following documents:
1212
* [Pull Request Template][3]: Template header to use in your pull request
1313
description;
1414

15-
```markdown
16-
| Q | A
17-
| ------------- | ---
18-
| Bug fix? | yes/no
19-
| New feature? | yes/no
20-
| BC breaks? | no
21-
| Deprecations? | no
22-
| Tests pass? | yes
23-
| Fixed tickets | #1234
24-
| License | MIT
25-
| Doc PR | symfony/symfony-docs#1234
26-
```
27-
2815
* [Backwards Compatibility][4]: Backward compatibility rules.
2916

3017
[1]: https://symfony.com/doc/current/contributing/code/index.html

0 commit comments

Comments
 (0)
0