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