summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2020-07-21 18:05:28 -0400
committerJoan Touzet <joant@atypical.net>2020-07-21 18:05:28 -0400
commit8f838497407cb9ee0114e13f8b6527c2564b6a38 (patch)
treef00b23d3878b6c06444774ddd1d33da7ca0a721a
parentfc6dbeebb430db3d46cd3b3b7082ec167d46b679 (diff)
downloadcouchdb-8f838497407cb9ee0114e13f8b6527c2564b6a38.tar.gz
Introduce .asf.yaml file
-rw-r--r--.asf.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 000000000..a3b51fffa
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,32 @@
+# see https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features#git.asf.yamlfeatures-GitHubsettings
+
+github:
+ description: "Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability"
+ homepage: https://couchdb.apache.org/
+ labels:
+ - database
+ - content
+ - network-server
+ - http
+ - cloud
+ - erlang
+ - javascript
+ - couchdb
+ - big-data
+ - network-client
+ features:
+ issues: true
+ projects: true
+ enabled_merge_buttons:
+ squash: true
+ rebase: true
+ merge: false
+
+notifications:
+ commits: commits@couchdb.apache.org
+ issues: notifications@couchdb.apache.org
+ pullrequests: notifications@couchdb.apache.org
+ # This would send new/closed PR notifications to dev@
+ #pullrequests_status: dev@couchdb.apache.org
+ # This would send individual PR comments/reviews to notifications@
+ #pullrequests_comment: notifications@couchdb.apache.org