diff --git a/.github/ISSUE_TEMPLATE/tests.md b/.github/ISSUE_TEMPLATE/tests.md new file mode 100644 index 0000000..31c646c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tests.md @@ -0,0 +1,20 @@ +--- +name: Tests +about: Tests to implement +title: "[TEST]" +labels: Tests +assignees: '' + +--- + +**Feature description** +A clear and concise description of the functionality which have to be tested. + +**Test cases** +A list of cases which have to be tested. + +**List of affected Classes and Methods** +A clear and concise list of the classes and methods which have to be tested. + +**Additional context** +Add any other context or screenshots about the feature request here.