summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
-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.