diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-06 09:18:37 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-06 09:19:17 +0100 |
commit | f2f60b1d72456d7bb416240a5095bb1bb32bdd0a (patch) | |
tree | 1e8ffe280da27c0718c465563460435518984c68 /.github | |
parent | 5b83fc25f13164eb948d4749bf744aaa6c6d3fb7 (diff) | |
download | vyos-1x-f2f60b1d72456d7bb416240a5095bb1bb32bdd0a.tar.gz vyos-1x-f2f60b1d72456d7bb416240a5095bb1bb32bdd0a.zip |
GitHub: update PR template wiht smoketest hint
(cherry picked from commit bb3fb05b0dce3b4dc4f84b16fc257ea65b64953a)
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cc5e2f536..54c5ba107 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,6 +16,7 @@ ## Related Task(s) <!-- All submitted PRs must be linked to a Task on Phabricator. --> +* https://phabricator.vyos.net/Txxxx ## Component(s) name <!-- A rather incomplete list of components: ethernet, wireguard, bgp, mpls, ldp, l2tp, dhcp ... --> @@ -33,6 +34,7 @@ <!--- The entire development process is outlined here: https://docs.vyos.io/en/latest/contributing/development.html --> - [ ] I have read the [**CONTRIBUTING**](https://github.com/vyos/vyos-1x/blob/current/CONTRIBUTING.md) document - [ ] I have linked this PR to one or more Phabricator Task(s) +- [ ] I have run the components [**SMOKETESTS**](https://github.com/vyos/vyos-1x/tree/current/smoketest/scripts/cli) if applicable - [ ] My commit headlines contain a valid Task id - [ ] My change requires a change to the documentation - [ ] I have updated the documentation accordingly |