From a4ac59cf4b9ef7686036f9b1a0e968e8208cb7ca Mon Sep 17 00:00:00 2001 From: liushengyang Date: Tue, 5 Aug 2025 14:50:52 +0800 Subject: [PATCH] feat(workflow): add other issue_template --- .github/ISSUE_TEMPLATE/other.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 000000000..a6cdf52e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,10 @@ +--- +name: Other +about: Something not captured by any other template +title: '' +labels: '' +assignees: '' + +--- + +- [] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion. \ No newline at end of file