From d6c34658af0d4aac94655a139030c5ec12884754 Mon Sep 17 00:00:00 2001 From: Nick Peng Date: Sun, 15 Dec 2019 10:32:45 +0800 Subject: [PATCH] Add github issue template --- .github/ISSUE_TEMPLATE/feature.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/issue.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/issue.md diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..221d77d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,20 @@ +--- +name: 需求建议 +about: 需求建议描述 +title: '' +labels: '' +assignees: '' + +--- + +**需求应用场景** +请描述需求应用的场景和方式。 + +**建议的方案** +实现上述场景建议的方案。 + +**设备信息** +1. 设备信息(CPU,厂家) + +2. 固件信息 + diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000..5f505d4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,29 @@ +--- +name: 问题报告 +about: 问题现象描述 +title: '' +labels: '' +assignees: '' + +--- + +**问题现象** +简要描述问题出现的现象 + +**运行环境** +1. 固件型号 + +2. 运营商 + +**重现步骤** +1. 上游DNS配置。 + +2. 访问的域名。 + + +**信息收集** +1. 将/var/log/smrtdns.log日志作为附件上传。 +2. 如进程异常,请将coredump功能开启,上传coredump信息文件。 +在自定义界面,开启设置->自定义设置->生成coredump配置,重现问题后提交coredump文件 +coredump文件在/tmp目录下 +