summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTibor Vass <tibor@docker.com>2017-12-04 13:25:23 +0100
committerTibor Vass <tibor@docker.com>2017-12-04 16:11:41 +0100
commit123cb9590739a517caa6821a92d9becb2f723547 (patch)
tree893f7b9b7f632546c10d3c5a3e917716a3a94c88
parent7ef9266ba090a3230355c39352dddf41aeb5b726 (diff)
downloaddocker-123cb9590739a517caa6821a92d9becb2f723547.tar.gz
project: try alexellis/derek bot to manage PRs and issues
Signed-off-by: Tibor Vass <tibor@docker.com>
-rw-r--r--.DEREK.yml17
-rw-r--r--CONTRIBUTING.md30
2 files changed, 47 insertions, 0 deletions
diff --git a/.DEREK.yml b/.DEREK.yml
new file mode 100644
index 0000000000..3fd6789173
--- /dev/null
+++ b/.DEREK.yml
@@ -0,0 +1,17 @@
+curators:
+ - aboch
+ - alexellis
+ - andrewhsu
+ - anonymuse
+ - chanwit
+ - ehazlett
+ - fntlnz
+ - gianarb
+ - mgoelzer
+ - programmerq
+ - rheinwein
+ - ripcurld0
+ - thajeztah
+
+features:
+ - comments
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b7961e14e4..a38f54d693 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -311,6 +311,36 @@ Don't forget: being a maintainer is a time investment. Make sure you
will have time to make yourself available. You don't have to be a
maintainer to make a difference on the project!
+### Manage issues and pull requests using the Derek bot
+
+If you want to help label, assign, close or reopen issues or pull requests
+without commit rights, ask a maintainer to add your Github handle to the
+`.DEREK.yml` file. [Derek](https://github.com/alexellis/derek) is a bot that extends
+Github's user permissions to help non-committers to manage issues and pull requests simply by commenting.
+
+For example:
+
+* Labels
+
+```
+Derek add label: kind/question
+Derek remove label: status/claimed
+```
+
+* Assign work
+
+```
+Derek assign: username
+Derek unassign: me
+```
+
+* Manage issues and PRs
+
+```
+Derek close
+Derek reopen
+```
+
## Moby community guidelines
We want to keep the Moby community awesome, growing and collaborative. We need