Adding an official format to be used for documentation pull requests #2150
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.
Hi guys!
This introduces a new PR format for the documentation, similar to what was
just introduced for the core repo and as recommended by @wouterj in our ongoing
conversation at https://groups.google.com/forum/#!msg/symfony-devs/-6HAQgAB2LY/uBSx8uYJQdQJ.
There are 2 parts of the PR process that this doesn't cover:
Code Accuracy Review This is something that the community can help
with, and which increases our speed and accuracy. Having a 👍 or
comments from people on a ticket is a huge help. It's something that happens
already, but it's not part of any formal process.
English Review Also something the community can help with. Even if
you don't understand the code, if your English is good, proofreading for
English accuracy is great. I also proofread things, but I don't catch everything :).
While formalizing things, I want to keep the barrier to entry low. If someone
finds a small typo and creates a PR to the wrong branch and without this
format, I think that's still great!
If you have any feedback specifically about this PR and what we can add to
help document the process, please let me know!
Thanks!