From 2436c707db4e5c86a694cf27e1103d7ad23c9919 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Sun, 15 Dec 2024 01:26:30 +0800 Subject: [PATCH] Update issue templates [skip ci] --- .github/ISSUE_TEMPLATE/内存马生成-bug-上报.md | 25 ++++++++++++++++++ .../ISSUE_TEMPLATE/内存马生成-ui-bug-上报.md | 26 +++++++++++++++++++ .github/ISSUE_TEMPLATE/请求适配.md | 18 +++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/内存马生成-bug-上报.md create mode 100644 .github/ISSUE_TEMPLATE/内存马生成-ui-bug-上报.md create mode 100644 .github/ISSUE_TEMPLATE/请求适配.md diff --git a/.github/ISSUE_TEMPLATE/内存马生成-bug-上报.md b/.github/ISSUE_TEMPLATE/内存马生成-bug-上报.md new file mode 100644 index 00000000..b830451f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/内存马生成-bug-上报.md @@ -0,0 +1,25 @@ +--- +name: 内存马生成 Bug 上报 +about: Create a report to help us improve +title: "[BUG] Something Wrong" +labels: bug +assignees: '' + +--- + +运行操作系统: [e.g. MacOS,Ubuntu,Debian,Windows] + +### 生成参数 + - 服务类型: [e.g. Tomcat, Jetty,SpringMVC] + - 挂载类型: [e.g. Filter,Listener] + - 功能类型: [e.g. Command,Godzilla] + +### 报错截图 OR 错误代码 +```java +Exception +``` + +### 额外信息 +> Add any other context about the problem here. + +某些其他可疑的点 diff --git a/.github/ISSUE_TEMPLATE/内存马生成-ui-bug-上报.md b/.github/ISSUE_TEMPLATE/内存马生成-ui-bug-上报.md new file mode 100644 index 00000000..1735632b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/内存马生成-ui-bug-上报.md @@ -0,0 +1,26 @@ +--- +name: 内存马生成 UI Bug 上报 +about: Create a report to help us improve +title: "[UI Bug] Something Wrong" +labels: bug +assignees: '' + +--- + +### 描述 +> A clear and concise description of what the bug is. + +描述哪个功能不好使 + +### 参数截图 OR 报错截图 +> If applicable, add screenshots to help explain your problem. + +截图一下 + +### 运行环境 + - 浏览器: [e.g. chrome, safari] + +### 额外信息 +> Add any other context about the problem here. + +猜测哪里出了问题 diff --git a/.github/ISSUE_TEMPLATE/请求适配.md b/.github/ISSUE_TEMPLATE/请求适配.md new file mode 100644 index 00000000..f7478e2b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/请求适配.md @@ -0,0 +1,18 @@ +--- +name: 请求适配 +about: Request for a new shell type 、shell tool or else +title: "[请求适配] Something Need" +labels: enhancement +assignees: '' + +--- + +### 适配范围 +> Describe the scope you want to adapt to + +适配点什么呢 + +### 相关资料 +> Please list some useful links + +- link1