From e531ed2f9709ea0a5f3b370bafe1ebce6509dead Mon Sep 17 00:00:00 2001 From: Wu Yufei Date: Fri, 13 Nov 2020 03:22:48 +0800 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..a29b055 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a bug report to help us locate problems +title: '' +labels: bug +assignees: '' +--- + +## Environment +Please complete the following information: +- **OS:** [OS name and version, e.g. Ubuntu 20.10, CentOS 8] +- **zjunet:** [output of `zjunet -v`, e.g. 0.3.3-3] +- **xl2tpd:** [output of `xl2tpd -v`, e.g. 1.3.16] +- **network type:** [wired or wireless or ...] +- other softwares or the network condition that may related to this bug + +## Bug description +A clear and concise description of what the bug is and how to reproduce it. + +## Output + +Full output of command line tools. + +If applicable, add screenshots to help explain the problem. + +``` +[user@host ~]# zjunet XXXX +... +``` + +## Notes +Add other information that may related to this bug. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..29bf0b3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest a new idea for this project +title: '' +labels: feature +assignees: '' +--- + +## Description +A brief explanation of the feature. + +## Motivation +Why such feature is worthy? What use cases does it support? +