From 2e8596f81ab6ced3a57ba038d03b972ff9fa71b5 Mon Sep 17 00:00:00 2001 From: Hari Gowtham Date: Thu, 2 Apr 2020 14:58:55 +0530 Subject: Github template: release tracker template added Have made minor changes to issue template to fix the nits Change-Id: Iadaee1289a98427c15ea03dd0a7c77a8e3ac3f7f Updates: #824 Signed-off-by: Hari Gowtham --- .github/ISSUE_TEMPLATE | 10 ++++++---- .github/RELEASE_TRACKER_TEMPLATE | 12 ++++++++++++ 2 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 .github/RELEASE_TRACKER_TEMPLATE (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 329b4aac35d..386ed2d8dd5 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,12 +1,13 @@ -**Description of problem: ** +**Description of problem:** **The exact command to reproduce the issue**: -**The full output of the command that failed**:
+**The full output of the command that failed**: +
@@ -18,11 +19,12 @@ **Additional info:** -** - The output of the `gluster volume info` command**:
+**- The output of the `gluster volume info` command**: +
-** - The operating system / glusterfs version**: +**- The operating system / glusterfs version**: diff --git a/.github/RELEASE_TRACKER_TEMPLATE b/.github/RELEASE_TRACKER_TEMPLATE new file mode 100644 index 00000000000..502bbd5556c --- /dev/null +++ b/.github/RELEASE_TRACKER_TEMPLATE @@ -0,0 +1,12 @@ + + +**Description of problem:** +A tracker issue to track the issues that will be fixed as a part of this release + + +**Major or minor release**: + + +**Release version**: + + -- cgit