File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change 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**
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments