From 039d91a534a2d786eceb7bed59c30ee89e4b80b8 Mon Sep 17 00:00:00 2001 From: siddharth2010 Date: Sun, 22 Jul 2018 08:20:04 +0530 Subject: [PATCH] add test_request template (cherry picked from commit 5e7c7560906a57157d98179989c8cabd65d39d52) --- .github/ISSUE_TEMPLATE/test_request.md | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/test_request.md diff --git a/.github/ISSUE_TEMPLATE/test_request.md b/.github/ISSUE_TEMPLATE/test_request.md new file mode 100644 index 000000000..2bfa78222 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/test_request.md @@ -0,0 +1,31 @@ +--- +name: Request Tests +about: Identify code liable to break and create tests to prevent software regression due to code changes + +--- + + + +**Type of Test** + +[ ] Unit Test +[ ] UI Test + +**Particular area and files to be tested** + + +**Current Status of the tests** + + +**Particular Behaviour to be tested** + \ No newline at end of file