Skip to content

Commit 3fe4328

Browse files
authored
Merge pull request #5 from networktocode/dga-github-templates
Add github templates for bug and FR
2 parents 64c87d6 + fb0bbf3 commit 3fe4328

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: Report a reproducible bug in the current release of ntc-netbox-plugin-metrics-ext
4+
---
5+
6+
### Environment
7+
* Python version: <!-- Example: 3.7.7 -->
8+
* NetBox version: <!-- Example: 2.8.4 -->
9+
* ntc-netbox-plugin-metrics-ext version: <!-- Example: 1.0.0 -->
10+
11+
<!--
12+
Describe in detail the exact steps that someone else can take to reproduce
13+
this bug using the current release.
14+
-->
15+
### Steps to Reproduce
16+
1.
17+
2.
18+
3.
19+
20+
<!-- What did you expect to happen? -->
21+
### Expected Behavior
22+
23+
24+
<!-- What happened instead? -->
25+
### Observed Behavior
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: ✨ Feature Request
3+
about: Propose a new feature or enhancement
4+
---
5+
6+
### Environment
7+
* Python version: <!-- Example: 3.7.7 -->
8+
* NetBox version: <!-- Example: 2.8.4 -->
9+
* ntc-netbox-plugin-metrics-ext version: <!-- Example: 1.0.0 -->
10+
11+
<!--
12+
Describe in detail the new functionality you are proposing.
13+
-->
14+
### Proposed Functionality
15+
16+
<!--
17+
Convey an example use case for your proposed feature. Write from the
18+
perspective of a user who would benefit from the proposed
19+
functionality and describe how.
20+
--->
21+
### Use Case
22+

0 commit comments

Comments
 (0)