Skip to content

Commit 73fbca6

Browse files
committed
Add Issue templates
1 parent 7601f4e commit 73fbca6

6 files changed

+220
-0
lines changed

.gitlab/issue_templates/BUG_REPORT.md

+101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
# Bug Report
2+
3+
Template to create a new Bugs
4+
5+
6+
7+
## Netests Version
8+
9+
**HELP US BY FILLING OUT**
10+
11+
To get version use :
12+
13+
```shell
14+
pip freeze | grep netests
15+
netests=={{ version }}
16+
```
17+
18+
19+
20+
## Mode
21+
22+
- [ ] Standard Mode
23+
- [ ] CLI Mode
24+
25+
26+
27+
## Protocols
28+
29+
Please select protocol impacted
30+
31+
- [ ] BGP
32+
- [ ] CDP
33+
- [ ] Facts
34+
- [ ] LLDP
35+
- [ ] OSPF
36+
- [ ] PING
37+
- [ ] VRF
38+
- [ ] ALL
39+
40+
41+
42+
## Vendors
43+
44+
Please select vendor impacted
45+
46+
- [ ] Arista Networks
47+
- [ ] Cumulus Networks
48+
- [ ] Extreme Networks VSP (VOSS)
49+
- [ ] Cisco IOS-XE
50+
- [ ] Cisco IOS-XR
51+
- [ ] Juniper
52+
- [ ] Cisco NX-OS
53+
54+
55+
56+
## Version & Model
57+
58+
Please give us :
59+
60+
* Model
61+
62+
=> **HELP US BY FILLING OUT**
63+
64+
* Version
65+
66+
=> **HELP US BY FILLING OUT**
67+
68+
69+
70+
## Bug description
71+
72+
**HELP US BY FILLING OUT**
73+
74+
75+
76+
## Output error
77+
78+
```shell
79+
HELP US BY FILLING OUT
80+
```
81+
82+
83+
84+
## Logs file
85+
86+
Please share with us the log file.
87+
88+
```
89+
No log file information will be shared
90+
```
91+
92+
93+
94+
## Is it possible to have access to the host ?
95+
96+
- [ ] YES :smiley:
97+
- [ ] NO :pensive:
98+
99+
100+
101+
**Many thanks for using Netests.io, your helps and your support :pray:**
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Improvement suggestion
2+
3+
Template to send us an idea of improvement.
4+
5+
Please have a look on our roadmap before.
6+
7+
=> https://www.netests.io/roadmap/
8+
9+
10+
11+
## Mode
12+
13+
- [ ] Standard Mode
14+
- [ ] CLI Mode
15+
16+
17+
18+
## Description
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# New Feature
2+
3+
```Shell
4+
Check that a request has not already been made for this feature.
5+
=> https://gitlab.com/DylanHamel/netests/-/issues
6+
7+
* If the requests exists add a "Thumbs up"
8+
9+
```
10+
11+
12+
13+
## Mode
14+
15+
- [ ] Standard Mode
16+
- [ ] CLI Mode
17+
18+
19+
20+
## Vendor - OS
21+
22+
| Vendors Name | OS Name | Can we virtualize this OS ? |
23+
| -------------- | -------------- | --------------------------- |
24+
| <--TO_WRITE--> | <--TO_WRITE--> | <--TO_WRITE--> |
25+
26+
27+
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# New OS support request
2+
3+
```Shell
4+
Check that a request has not already been made for this OS.
5+
=> https://gitlab.com/DylanHamel/netests/-/issues
6+
7+
* If the requests exists add a "Thumbs up"
8+
9+
```
10+
11+
12+
13+
## Netests CLI or Netests Standard
14+
15+
Please Choose one of them.
16+
17+
18+
19+
## Description
20+
21+
Description of your feature with a sumulate example.
22+
23+
24+
25+
26+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# New Protocol Support
2+
3+
```Shell
4+
Check that a request has not already been made for this protocol.
5+
=> https://gitlab.com/DylanHamel/netests/-/issues
6+
7+
* If the requests exists add a "Thumbs up"
8+
9+
```
10+
11+
12+
13+
## Protocol
14+
15+
*
16+
17+
18+
19+
## Description
20+
21+
What would you like to get and compare ?
22+
23+
24+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Protocol Improvement
2+
3+
Template to send us an idea of improvement for a protocol
4+
5+
Please have a look on our roadmap before.
6+
7+
=> https://www.netests.io/roadmap/
8+
9+
10+
11+
## Protoco
12+
13+
- [ ] BGP
14+
- [ ] CDP
15+
- [ ] Facts
16+
- [ ] LLDP
17+
- [ ] OSPF
18+
- [ ] PING
19+
- [ ] VRF
20+
- [ ] ALL
21+
22+
23+
24+
## Description

0 commit comments

Comments
 (0)