1
0
mirror of https://github.com/QSCTech/zjunet.git synced 2026-01-22 03:34:48 +08:00

Add issue template

This commit is contained in:
Wu Yufei 2020-11-13 03:22:48 +08:00
parent f8ca63933e
commit e531ed2f97
No known key found for this signature in database
GPG Key ID: 226E1C0EDF292D66
2 changed files with 46 additions and 0 deletions

32
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -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.

View File

@ -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?