Signed-off-by: Tibor Vass <tibor@docker.com>
| ... | ... |
@@ -311,6 +311,36 @@ Don't forget: being a maintainer is a time investment. Make sure you |
| 311 | 311 |
will have time to make yourself available. You don't have to be a |
| 312 | 312 |
maintainer to make a difference on the project! |
| 313 | 313 |
|
| 314 |
+### Manage issues and pull requests using the Derek bot |
|
| 315 |
+ |
|
| 316 |
+If you want to help label, assign, close or reopen issues or pull requests |
|
| 317 |
+without commit rights, ask a maintainer to add your Github handle to the |
|
| 318 |
+`.DEREK.yml` file. [Derek](https://github.com/alexellis/derek) is a bot that extends |
|
| 319 |
+Github's user permissions to help non-committers to manage issues and pull requests simply by commenting. |
|
| 320 |
+ |
|
| 321 |
+For example: |
|
| 322 |
+ |
|
| 323 |
+* Labels |
|
| 324 |
+ |
|
| 325 |
+``` |
|
| 326 |
+Derek add label: kind/question |
|
| 327 |
+Derek remove label: status/claimed |
|
| 328 |
+``` |
|
| 329 |
+ |
|
| 330 |
+* Assign work |
|
| 331 |
+ |
|
| 332 |
+``` |
|
| 333 |
+Derek assign: username |
|
| 334 |
+Derek unassign: me |
|
| 335 |
+``` |
|
| 336 |
+ |
|
| 337 |
+* Manage issues and PRs |
|
| 338 |
+ |
|
| 339 |
+``` |
|
| 340 |
+Derek close |
|
| 341 |
+Derek reopen |
|
| 342 |
+``` |
|
| 343 |
+ |
|
| 314 | 344 |
## Moby community guidelines |
| 315 | 345 |
|
| 316 | 346 |
We want to keep the Moby community awesome, growing and collaborative. We need |