diff options
| author | Alex Kudentsov <43482574+alexk37@users.noreply.github.com> | 2026-02-27 13:14:37 +0700 |
|---|---|---|
| committer | Alex Kudentsov <43482574+alexk37@users.noreply.github.com> | 2026-02-27 13:37:30 +0700 |
| commit | aed4b08d11efe51c98b94f3308247137c8bef284 (patch) | |
| tree | 29c493acb4a7766521cff7f7214177285b9f1c5e | |
| parent | 524b89e945844e427af3afd4b3c6932dabbcdd24 (diff) | |
| download | vyos-build-aed4b08d11efe51c98b94f3308247137c8bef284.tar.gz vyos-build-aed4b08d11efe51c98b94f3308247137c8bef284.zip | |
T8322: add How to test section to PR template
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e686e187..c97117e7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,6 +24,23 @@ the box, please use [x] ## Related PR(s) <!-- Link here any PRs in other repositories that are required by this PR --> +## How to test / Smoketest result +<!--- +Please describe in detail how you tested your changes. Include details of your testing +environment, and the tests you ran. When pasting configs, logs, shell output, backtraces, +and other large chunks of text, surround this text with triple backtics +``` +like this +``` + +Or provide the output of the smoketest + +``` +$ /usr/libexec/vyos/tests/smoke/cli/test_xxx_feature.py +test_01_simple_options (__main__.TestFeature.test_01_simple_options) ... ok +``` +--> + ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
