From 098d9bcbdd383404ef5c9738a5c24ce4419647ba Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:14:50 +0800 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/note-template-issue.md --- .github/ISSUE_TEMPLATE/note-template-issue.md | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/note-template-issue.md diff --git a/.github/ISSUE_TEMPLATE/note-template-issue.md b/.github/ISSUE_TEMPLATE/note-template-issue.md deleted file mode 100644 index d250b5d..0000000 --- a/.github/ISSUE_TEMPLATE/note-template-issue.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Note Template Issue -about: Need help with your custom note template -title: "[Note Template]" -labels: help wanted -assignees: "" ---- - -## Template Type - -Item, Note, Quick Import, Quick Insert, ... - -## Desired Template Performance - -Describe what you want. - -## Current Template - -```js -// Paste your template here -```