Skip to content
Open
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/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Summarised description of what has been added

-
-

## Type of change
- [ ] Bug fix
- [ ] New feature / new script
- [ ] Breaking change (existing CLI args/behavior changed)
- [ ] Documentation only
- [ ] Others

## Verified CLI (if any, for py-scripts)
` `

## LANforge system / firmware version tested against


## How has this been tested?


## Checklist
- [ ] Commit messages follow the `<component>: <short description>` format
- [ ] `pre-commit run` passes locally (flake8, whitespace, YAML checks)
- [ ] Relevant `README.md` / script `--help` text updated, if behavior or args changed

## Extra remarks
Loading