|
11 | 11 | - [Translation](#translation)
|
12 | 12 | - [Code review](#code-review)
|
13 | 13 | - [Styleguide](#styleguide)
|
14 |
| - - [Sign-off your work](#sign-off-your-work) |
| 14 | + - [Developer Certificate of Origin (DCO)](#developer-certificate-of-origin-dco) |
15 | 15 | - [Release Cycle](#release-cycle)
|
16 | 16 | - [Maintainers](#maintainers)
|
17 | 17 | - [Owners](#owners)
|
@@ -77,7 +77,7 @@ Here's how to run the test suite:
|
77 | 77 | creates (a default AWS or GCE disk size won't work -- see
|
78 | 78 | [#6243](https://github.com/go-gitea/gitea/issues/6243)).
|
79 | 79 | - Change into the base directory of your copy of the gitea repository,
|
80 |
| - and run `drone exec --local --build-event pull_request`. |
| 80 | + and run `drone exec --event pull_request`. |
81 | 81 |
|
82 | 82 | The drone version, command line, and disk requirements do change over
|
83 | 83 | time (see [#4053](https://github.com/go-gitea/gitea/issues/4053) and
|
@@ -157,22 +157,21 @@ import (
|
157 | 157 | )
|
158 | 158 | ```
|
159 | 159 |
|
160 |
| -## Sign-off your work |
| 160 | +## Developer Certificate of Origin (DCO) |
161 | 161 |
|
162 |
| -The sign-off is a simple line at the end of the explanation for the |
163 |
| -patch. Your signature certifies that you wrote the patch or otherwise |
164 |
| -have the right to pass it on as an open-source patch. The rules are |
165 |
| -pretty simple: If you can certify [DCO](DCO), then you just add a line |
166 |
| -to every git commit message: |
| 162 | +We consider the act of contributing to the code by submitting a Pull |
| 163 | +Request as the "Sign off" or agreement to the certifications and terms |
| 164 | +of the [DCO](DCO) and [MIT license](LICENSE). No further action is required. |
| 165 | +Additionally you could add a line at the end of your commit message. |
167 | 166 |
|
168 | 167 | ```
|
169 | 168 | Signed-off-by: Joe Smith <joe.smith@email.com>
|
170 | 169 | ```
|
171 | 170 |
|
172 |
| -Please use your real name; we really dislike pseudonyms or anonymous |
173 |
| -contributions. We are in the open-source world without secrets. If you |
174 |
| -set your `user.name` and `user.email` git configs, you can sign-off your |
175 |
| -commit automatically with `git commit -s`. |
| 171 | +If you set your `user.name` and `user.email` git configs, you can add the |
| 172 | +line to the end of your commit automatically with `git commit -s`. |
| 173 | + |
| 174 | +We assume in good faith that the information you provide is legally binding. |
176 | 175 |
|
177 | 176 | ## Release Cycle
|
178 | 177 |
|
|
0 commit comments