mirror of
https://github.com/QSCTech/zjunet.git
synced 2026-01-22 11:44:48 +08:00
Add issue template
This commit is contained in:
parent
f8ca63933e
commit
e531ed2f97
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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.
|
||||||
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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?
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user