diff options
author | Amar Tumballi <amar@kadalu.io> | 2020-02-04 22:46:38 +0530 |
---|---|---|
committer | Deepshikha Khandelwal <dkhandel@redhat.com> | 2020-02-28 06:45:58 +0000 |
commit | 54250605210b91715b3585e2a677870241364ee5 (patch) | |
tree | 3165f2993d0c7124037a5d10fb071cd97d72ac4f /.github/ISSUE_TEMPLATE | |
parent | b8d6a9bfb5ac1580f8dca06916db626789606f05 (diff) |
github templates: Change to reflect the future workflow
* Issue template changed to remove reference to bugzilla
* PR template removed.
CONTRIBUTING made .md friendly (will be renamed once we shift review process)
Updates: #824
Change-Id: Ifd6f93ad9b7be97d8eb950a141fe585d3e5ed021
Signed-off-by: Amar Tumballi <amar@kadalu.io>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE | 33 |
1 files changed, 24 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 306b4eebc15..329b4aac35d 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,13 +1,28 @@ -This repository (glusterfs) uses github issues to track feature requests *only*. +<!-- Please use this template while reporting an issue, providing as much information as possible. Failure to do so may result in a delayed response. Thank you! --> -For assistance with bugs, please file a bug in our bugzilla instance [1] +**Description of problem: ** -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]. +**The exact command to reproduce the issue**: + + +**The full output of the command that failed**:<details> + + + +</details> + +**Expected results:** + + +**Additional info:** + + +** - The output of the `gluster volume info` command**:<details> + + + +</details> + +** - The operating system / glusterfs version**: -[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 |