1 parent 64db77b commit b9c98b2Copy full SHA for b9c98b2
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,27 @@
1
+## Summarised description of what has been added
2
+
3
+-
4
5
6
+## Type of change
7
+- [ ] Bug fix
8
+- [ ] New feature / new script
9
+- [ ] Breaking change (existing CLI args/behavior changed)
10
+- [ ] Documentation only
11
+- [ ] Others
12
13
+## Verified CLI (if any, for py-scripts)
14
+` `
15
16
+## LANforge system / firmware version tested against
17
18
19
+## How has this been tested?
20
21
22
+## Checklist
23
+- [ ] Commit messages follow the `<component>: <short description>` format
24
+- [ ] `pre-commit run` passes locally (flake8, whitespace, YAML checks)
25
+- [ ] Relevant `README.md` / script `--help` text updated, if behavior or args changed
26
27
+## Extra remarks
0 commit comments