diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..54e7a6972 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 `: ` format +- [ ] `pre-commit run` passes locally (flake8, whitespace, YAML checks) +- [ ] Relevant `README.md` / script `--help` text updated, if behavior or args changed + +## Extra remarks