-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Removed the PR table example (this is now included by GitHub template) #6365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removed the PR table example (this is now included by GitHub template)
- Loading branch information
commit a6fe20054be8f90197dfd1571571156715131b39
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
8000
|
@@ -268,49 +268,10 @@ pull request message, like in: | |
[Yaml] fixed something | ||
[Form] [Validator] [FrameworkBundle] added something | ||
|
||
The pull request description must include the following checklist at the top | ||
to ensure that contributions may be reviewed without needless feedback | ||
loops and that your contributions can be included into Symfony as quickly as | ||
possible: | ||
|
||
.. code-block:: text | ||
|
||
| Q | A | ||
| ------------- | --- | ||
| Bug fix? | [yes|no] | ||
| New feature? | [yes|no] | ||
| BC breaks? | [yes|no] | ||
| Deprecations? | [yes|no] | ||
| Tests pass? | [yes|no] | ||
| Fixed tickets | [comma separated list of tickets fixed by the PR] | ||
| License | MIT | ||
| Doc PR | [The reference to the documentation PR if any] | ||
|
||
An example submission could now look as follows: | ||
|
||
.. code-block:: text | ||
|
||
| Q | A | ||
| ------------- | --- | ||
| Bug fix? | no | ||
| New feature? | no | ||
| BC breaks? | no | ||
| Deprecations? | no | ||
| Tests pass? | yes | ||
| Fixed tickets | #12, #43 | ||
| License | MIT | ||
| Doc PR | symfony/symfony-docs#123 | ||
|
||
The whole table must be included (do **not** remove lines that you think are | ||
not relevant). For simple typos, minor changes in the PHPDocs, or changes in | ||
translation files, use the shorter version of the check-list: | ||
|
||
.. code-block:: text | ||
|
||
| Q | A | ||
| ------------- | --- | ||
| Fixed tickets | [comma separated list of tickets fixed by the PR] | ||
| License | MIT | ||
The default pull request description contains a table which you must fill in | ||
with the appropriate answers. This ensures that contributions may be reviewed | ||
without needless feedback loops and that your contributions can be included into | ||
Symfony as quickly as possible: | ||
|
||
Some answers to the questions trigger some more requirements: | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to end the sentence with a colon.