From 9388af00abcff92f894a85ed64be19d5a93c691e Mon Sep 17 00:00:00 2001 From: Sebastian Funk Date: Fri, 13 Oct 2023 14:37:09 +0100 Subject: [PATCH] template for other issues --- .github/ISSUE_TEMPLATE/other_issue.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/other_issue.md diff --git a/.github/ISSUE_TEMPLATE/other_issue.md b/.github/ISSUE_TEMPLATE/other_issue.md new file mode 100644 index 0000000..b24dee0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other_issue.md @@ -0,0 +1,10 @@ +--- +name: Other issue +about: Any other issue, e.g. regarding documentation, usage etc. +title: '' +labels: '' +assignees: '' + +--- + +Please include a brief description of the issue and any proposed solutions you may have.