Skip to content

Commit b9c98b2

Browse files
PULL_REQUEST_TEMPLATE.md: Add PR template file
Signed-off-by: haricharan-candela <haricharan.jaka@candelatech.com>
1 parent 64db77b commit b9c98b2

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)