Skip to content

Commit d36a4ae

Browse files
authoredMay 23, 2020
Merge pull request #39 from networktocode/dga-github-tpl
Add issue templates for bug report and feature request
2 parents 0346dc9 + 8e1f9d5 commit d36a4ae

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.md

+25
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-onboarding
4+
---
5+
6+
### Environment
7+
* Python version: <!-- Example: 3.7.7 -->
8+
* NetBox version: <!-- Example: 2.8.4 -->
9+
* ntc-netbox-plugin-onboarding 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
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: ✨ Feature Request
3+
about: Propose a new feature or enhancement
4+
5+
---
6+
7+
### Environment
8+
* Python version: <!-- Example: 3.7.7 -->
9+
* NetBox version: <!-- Example: 2.8.4 -->
10+
* ntc-netbox-plugin-onboarding version: <!-- Example: 1.0.0 -->
11+
12+
<!--
13+
Describe in detail the new functionality you are proposing.
14+
-->
15+
### Proposed Functionality
16+
17+
<!--
18+
Convey an example use case for your proposed feature. Write from the
19+
perspective of a user who would benefit from the proposed
20+
functionality and describe how.
21+
--->
22+
### Use Case
23+

0 commit comments

Comments
 (0)
Please sign in to comment.