From a9a60d892a3ba21a47a01b9d11987b20993d9161 Mon Sep 17 00:00:00 2001 From: kshithijiyer Date: Mon, 10 Aug 2020 09:39:34 +0530 Subject: [Config] Add ISSUE_TEMPLATE for github issues Problem: There have been a couple of instances where we have received issues which don't have a clear description, making it difficult for glusto-tests developers to fix it. One such example is [1]. Solution: Adding a ISSUE_TEMPLATE for github issues so that the reporter of the issue follows a given format for the issue. Links: [1] https://github.com/gluster/glusto-tests/issues/19 Fixes: https://github.com/gluster/glusto-tests/issues/29 Change-Id: I0d3265ccc373a919d5d4fc7cc8df283f8306c4a5 Signed-off-by: kshithijiyer --- .github/ISSUE_TEMPLATE | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 000000000..adeef2fea --- /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