summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-10-14 13:10:39 -0400
committerGitHub <noreply@github.com>2020-10-14 13:10:39 -0400
commitdde1e13e8ec1edce3ce32349d1543b3fc65a7de3 (patch)
tree08540b56c3626822ad68a1069430973b0f1f6c37
parentfa0aff9332c7260a4d5e50b354386f39308cbf17 (diff)
downloadcouchdb-dde1e13e8ec1edce3ce32349d1543b3fc65a7de3.tar.gz
Direct people to Discussions/docs from new issue (#3216)
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..7702f717b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,14 @@
+blank_issues_enabled: true
+contact_links:
+ - name: File a Fauxton bug
+ url: https://github.com/apache/couchdb-fauxton/issues/new
+ about: Any web UI bugs should be filed in the Fauxton repo.
+ - name: File a documentation bug
+ url: https://github.com/apache/couchdb-documentation/issues/new
+ about: Any documentation bugs should be filed in our docs repo.
+ - name: Ask a Question
+ url: https://github.com/apache/couchdb/discussions/category_choices
+ about: If you're not specifically reporting a bug, please ask your question here.
+ - name: Read the Documentation
+ url: https://docs.couchdb.org/
+ about: You can also check out our excellent documentation here.