From eafb6d5070f24a9f38556b99559ddde9c367bec5 Mon Sep 17 00:00:00 2001 From: kshithijiyer Date: Mon, 10 Aug 2020 17:23:51 +0530 Subject: [Config] Add ISSUE_TEMPLATE for github Change-Id: I07747c9346b894bc38daeb4721903352f6fabfcb Signed-off-by: kshithijiyer --- .github/ISSUE_TEMPLATE | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 00000000..9a28a968 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,38 @@ + + +**Description of problem:** + + +**Operating system:** + +**Python Version:** + +**Terminal dump of the issue observed:** +
+ +
+ +**Exact glusto-tests log where the issue was observed:** +
+ + + +
+ +**Setup info:** +
+Number of nodes: + +Number of clients: + +Number of servers: + +Testcase or library: + +How reproducible: + +
+ +**Additional info:** + + -- cgit