diff options
| -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 | 
