Skip to content

Commit 1fec0df

Browse files
authored
Merge pull request #2 from swaQQii/docs/add-issue-templates
docs: add issue templates (bug, feature)
2 parents 7bf9123 + bb6ac07 commit 1fec0df

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG] <short description>"
5+
labels: bug
6+
assignees: swaQQii
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Run script '...'
16+
2. With input '...'
17+
3. See error '...'
18+
19+
**Expected behavior**
20+
What you expected to happen.
21+
22+
**Environment**
23+
- NetBox version: [e.g. 3.6.5]
24+
- Python version: [e.g. 3.11]
25+
- Script/file: [e.g. reserve_ipv4.py]
26+
27+
**Logs / Traceback**
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: Suggest an idea for this project
4+
title: "[FEAT] <short description>"
5+
labels: enhancement
6+
assignees: swaQQii
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear description of what problem or limitation you are facing.
12+
13+
**Describe the solution you'd like**
14+
Explain what the new script or enhancement should do.
15+
(e.g. "Add a script that auto-reserves a free IPv4 from a given prefix.")
16+
17+
**Describe alternatives you've considered**
18+
Other approaches you thought about.
19+
(e.g. "Manual reservation via NetBox UI, but too slow.")
20+
21+
**Additional context**
22+
Any extra details, references, or examples that help explain the request.

0 commit comments

Comments
 (0)