From 1c19d1f4cf9a9b2bfa8f4678a2519c50752dc429 Mon Sep 17 00:00:00 2001 From: Shyam Date: Wed, 1 Mar 2017 14:30:14 -0500 Subject: doc: Added a github issue template to redirect to mails or bugzilla We currently see an increased activity by users filing github issues. As we do not use github issues to track or respond to queries, adding this template to help redirect users to the right forum. Change-Id: Ied69af1c42b85e10018bbd83d48f7e6fa3c1f10b Signed-off-by: Shyam Reviewed-on: https://review.gluster.org/16795 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Vijay Bellur --- .github/ISSUE_TEMPLATE | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 00000000000..306b4eebc15 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,13 @@ +This repository (glusterfs) uses github issues to track feature requests *only*. + +For assistance with bugs, please file a bug in our bugzilla instance [1] + +For other queries regarding glusterfs, please post to the users [2] or devel [3] lists as appropriate. + +You may further want to subscribe to these lists or view the archives for these lists, see [4] [5]. + +[1] glusterfs Bugzilla: https://bugzilla.redhat.com/enter_bug.cgi?product=GlusterFS +[2] Gluster users list ID: gluster-users@gluster.org +[3] Gluster devel list ID: gluster-devel@gluster.org +[4] Gluster users list subscribe/view archives: https://lists.gluster.org/mailman/listinfo/gluster-users +[5] Gluster devel list subscribe/view archives: https://lists.gluster.org/mailman/listinfo/gluster-devel -- cgit