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:18:37 +0100 |
commit | bb3fb05b0dce3b4dc4f84b16fc257ea65b64953a (patch) | |
tree | 6aa0ada02897fb0ea0344410f35ca4bcd5dc75c3 | |
parent | 00d3ba7c7bc2f16a0a029d5f1be964bcd3c45fd9 (diff) | |
download | vyos-1x-bb3fb05b0dce3b4dc4f84b16fc257ea65b64953a.tar.gz vyos-1x-bb3fb05b0dce3b4dc4f84b16fc257ea65b64953a.zip |
GitHub: update PR template wiht smoketest hint
-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 923225ea8..04ca4070d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,6 +19,7 @@ the box, please use [x] ## 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 ... --> @@ -42,6 +43,7 @@ like this <!--- 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 |