From b92aecc96315ddf476e3b717de0d4e495e66c60f Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Mon, 2 Mar 2020 20:12:43 +0800 Subject: [PATCH] add issue and pr template (#3476) --- .github/ISSUE_TEMPLATE.md | 20 ++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 2 files changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..7c0748e50 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,20 @@ +反馈bug/问题模板,提建议请删除 + +## 1.关于你要提交的问题 + +Q:是否搜索了issue +A:* [ ] 没有类似的issue + +## 2. 详细叙述 + +### (1) 具体问题 + +A: + +### (2) 路由器型号和固件版本 + +A: + +### (3) 详细日志 + +A: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..4eb491058 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,2 @@ +Q:你知道这是`pull request`吗? +A:* [ ] 我知道