From b9c98b200d33ffe9d2c8b4a64af5cac3d4e98b36 Mon Sep 17 00:00:00 2001 From: haricharan-candela Date: Mon, 3 Aug 2026 13:28:25 +0530 Subject: [PATCH] PULL_REQUEST_TEMPLATE.md: Add PR template file Signed-off-by: haricharan-candela --- .github/PULL_REQUEST_TEMPLATE.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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