diff --git a/.github/ISSUE_TEMPLATE/------bug-.md b/.github/ISSUE_TEMPLATE/------bug-.md new file mode 100644 index 0000000..44d600a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/------bug-.md @@ -0,0 +1,10 @@ +--- +name: 反馈问题 (BUG) +about: 某个功能失效,或在某个浏览器下无法使用,或有其他预期之外的问题~ +title: "[脚本名称] XX 功能失效(记得修改该示例标题)" +labels: 反馈问题 +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/------bug-report-.md b/.github/ISSUE_TEMPLATE/------bug-report-.md new file mode 100644 index 0000000..3e61b6a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/------bug-report-.md @@ -0,0 +1,10 @@ +--- +name: 反馈问题 (Bug report) +about: 某个功能失效,或在某个浏览器下无法使用,或有其他预期之外的问题~ +title: "[脚本名称] XX 功能失效(记得修改该示例标题)" +labels: 反馈问题 +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/------feature-request-.md b/.github/ISSUE_TEMPLATE/------feature-request-.md new file mode 100644 index 0000000..68561fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/------feature-request-.md @@ -0,0 +1,10 @@ +--- +name: 功能建议 (Feature request) +about: 你有一个好想法、好需求,想要做成脚本但不会写,来告诉我吧~ +title: "[脚本名称] 希望添加 XX 功能(记得修改该示例标题)" +labels: 功能建议 +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/------script-request-.md b/.github/ISSUE_TEMPLATE/------script-request-.md new file mode 100644 index 0000000..e81bcad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/------script-request-.md @@ -0,0 +1,10 @@ +--- +name: 脚本请求 (Script request) +about: 你有一个好想法、好需求,想要做成脚本但不会写,来告诉我吧~ +title: 希望制作一个 XX 功能的脚本(记得修改该示例标题) +labels: 脚本请求 +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md new file mode 100644 index 0000000..2c46112 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,10 @@ +--- +name: 脚本请求 +about: 你有一个好想法、好需求,想要做成脚本但不会写,来告诉我吧~ +title: 希望制作一个 XX 功能的脚本(记得修改该示例标题) +labels: 脚本请求 +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md new file mode 100644 index 0000000..efb022d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -0,0 +1,10 @@ +--- +name: BUG 反馈 +about: 某个功能失效,或在某个浏览器下无法使用,或有其他预期之外的问题 +title: "[脚本名称] XXX 功能失效(记得修改该示例)" +labels: 反馈问题 +assignees: '' + +--- + +