Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] <short description>"
labels: bug
assignees: swaQQii

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Run script '...'
2. With input '...'
3. See error '...'

**Expected behavior**
What you expected to happen.

**Environment**
- NetBox version: [e.g. 3.6.5]
- Python version: [e.g. 3.11]
- Script/file: [e.g. reserve_ipv4.py]

**Logs / Traceback**
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEAT] <short description>"
labels: enhancement
assignees: swaQQii

---

**Is your feature request related to a problem? Please describe.**
A clear description of what problem or limitation you are facing.

**Describe the solution you'd like**
Explain what the new script or enhancement should do.
(e.g. "Add a script that auto-reserves a free IPv4 from a given prefix.")

**Describe alternatives you've considered**
Other approaches you thought about.
(e.g. "Manual reservation via NetBox UI, but too slow.")

**Additional context**
Any extra details, references, or examples that help explain the request.