first commit
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

This commit is contained in:
Vlastislav Svatek
2026-06-05 10:39:05 +02:00
commit 673e67106e
217 changed files with 76612 additions and 0 deletions

49
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,49 @@
## 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?