mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove DCO small patch exception
As we move forward on automating our pull request review process and tooling these exceptions hurt more than they help. For consistency we should not allow small patch exceptions for anything. The source of truth going forward for DCO and builds are the official drone status on each pull request. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
ad8096a1c2
commit
af72f2128e
1 changed files with 0 additions and 12 deletions
|
@ -272,18 +272,6 @@ Note that the old-style `Docker-DCO-1.1-Signed-off-by: ...` format is still
|
|||
accepted, so there is no need to update outstanding pull requests to the new
|
||||
format right away, but please do adjust your processes for future contributions.
|
||||
|
||||
#### Small patch exception
|
||||
|
||||
There are several exceptions to the signing requirement. Currently these are:
|
||||
|
||||
* Your patch fixes spelling or grammar errors.
|
||||
* Your patch is a single line change to documentation contained in the
|
||||
`docs` directory.
|
||||
* Your patch fixes Markdown formatting or syntax errors in the
|
||||
documentation contained in the `docs` directory.
|
||||
|
||||
If you have any questions, please refer to the FAQ in the [docs](http://docs.docker.com)
|
||||
|
||||
### How can I become a maintainer?
|
||||
|
||||
* Step 1: Learn the component inside out
|
||||
|
|
Loading…
Add table
Reference in a new issue