From ceb448c1ff8d93bfdd8d684d167191ce6a063889 Mon Sep 17 00:00:00 2001 From: Roman Schenk Date: Thu, 20 Oct 2022 20:05:31 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/tests.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/tests.md 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.