Files
netbox-librenms-plugin/.github/pull_request_template.md
Vlastislav Svatek 673e67106e
Some checks failed
ci / deploy (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
first commit
2026-06-05 10:39:05 +02:00

50 lines
1015 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## Summary
Briefly describe what this PR does in plain English, and provide as much of the following information as possible.
## Motivation / Problem
What issue does this solve?
- Bug
- Feature
- Refactor
- Maintenance / cleanup
Link any related issues if applicable.
## Scope of Change
Delete items that dont apply:
- Sync/Import logic
- NetBox models / ORM
- LibreNMS API interaction
- Config / settings
- Web UI / templates
- Database migrations
- Tests
- Docs only
- Other: <describe>
## How Was This Tested?
Delete items that dont apply and describe briefly.
- Unit tests: <yes/no + what>
- Manual testing: <yes/no + what>
- Not tested: <explain why>
### Manual Test Steps (if applicable)
1.
2.
3.
## Risk Assessment
- Does this change affect existing users?
- Could this cause unintended imports / updates?
Explain briefly.
## Backwards Compatibility
- No breaking changes
- Breaking change (explain and document)
## Other Notes
Anything the maintainer(s) should pay particular attention to?