Skip to content

Commit aed4b08

Browse files
committed
T8322: add How to test section to PR template
1 parent 524b89e commit aed4b08

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,23 @@ the box, please use [x]
2424
## Related PR(s)
2525
<!-- Link here any PRs in other repositories that are required by this PR -->
2626

27+
## How to test / Smoketest result
28+
<!---
29+
Please describe in detail how you tested your changes. Include details of your testing
30+
environment, and the tests you ran. When pasting configs, logs, shell output, backtraces,
31+
and other large chunks of text, surround this text with triple backtics
32+
```
33+
like this
34+
```
35+
36+
Or provide the output of the smoketest
37+
38+
```
39+
$ /usr/libexec/vyos/tests/smoke/cli/test_xxx_feature.py
40+
test_01_simple_options (__main__.TestFeature.test_01_simple_options) ... ok
41+
```
42+
-->
43+
2744
## Checklist:
2845
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
2946
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->

0 commit comments

Comments
 (0)