You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/10/14 17:10:54 UTC

[couchdb] branch main updated: Direct people to Discussions/docs from new issue (#3216)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new dde1e13  Direct people to Discussions/docs from new issue (#3216)
dde1e13 is described below

commit dde1e13e8ec1edce3ce32349d1543b3fc65a7de3
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Wed Oct 14 13:10:39 2020 -0400

    Direct people to Discussions/docs from new issue (#3216)
---
 .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..7702f71
--- /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.