diff --git a/.github/ISSUE_TEMPLATE/内存马生成-ui-bug-上报.md b/.github/ISSUE_TEMPLATE/内存马生成-ui-bug-上报.md index 82987b14..227435bb 100644 --- a/.github/ISSUE_TEMPLATE/内存马生成-ui-bug-上报.md +++ b/.github/ISSUE_TEMPLATE/内存马生成-ui-bug-上报.md @@ -1,7 +1,7 @@ --- name: 内存马生成 UI Bug 上报 about: Create a report to help us improve -title: "[UI Bug] Something Wrong" +title: "[UI BUG] Something Wrong" labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/测试用例添加.md b/.github/ISSUE_TEMPLATE/测试用例添加.md new file mode 100644 index 00000000..6fd5436d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/测试用例添加.md @@ -0,0 +1,20 @@ +--- +name: 测试用例添加 +about: Suggest a test case for cve or else vul +title: "[Test] Something Test" +labels: enhancement +assignees: '' + +--- + +### 用例详情 + +> Describe the vul you want to test + +哪个 CVE 什么注入方式 + +### 相关资料 + +> Please list some useful links + +- link1