From e48c796959603b455f668b84062c354bd4efe5b0 Mon Sep 17 00:00:00 2001 From: Kevin Nielsen Date: Tue, 26 Dec 2023 15:34:48 +0100 Subject: [PATCH] chore: add issue template for tests --- .github/ISSUE_TEMPLATE/test_needed.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/test_needed.md diff --git a/.github/ISSUE_TEMPLATE/test_needed.md b/.github/ISSUE_TEMPLATE/test_needed.md new file mode 100644 index 0000000..8c8ee33 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/test_needed.md @@ -0,0 +1,14 @@ +--- +name: Test Needed +about: A test is needed. +title: '[Test] ' +labels: 'test' +assignees: '' + +--- + +**Is the feature on the backend(API) or frontend?**
+Backend / Frontend + +**Additional context**
+Add any other context or screenshots about the feature request here.