diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-05-26 01:57:59 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-25 22:27:59 +0200 |
commit | 9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9 (patch) | |
tree | fae69af3ccd22e81a494c232034069263d3aab92 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | b8d844027482ee3e2ec73e4b1c7881572e962f98 (diff) | |
download | vyos-1x-9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9.tar.gz vyos-1x-9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9.zip |
T6399: added reusable workflows codeowners file to sagitta (#3515)
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 47579e1c6..4654a3b29 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,8 +18,8 @@ the box, please use [x] - [ ] Other (please describe): ## Related Task(s) -<!-- All submitted PRs must be linked to a Task on Phabricator. --> -* https://vyos.dev/Txxxx +<!-- optional: Link to related other tasks on Phabricator. --> +<!-- * https://vyos.dev/Txxxx --> ## Component(s) name <!-- A rather incomplete list of components: ethernet, wireguard, bgp, mpls, ldp, l2tp, dhcp ... --> @@ -41,9 +41,8 @@ like this <!--- 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! --> <!--- 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 read the [**CONTRIBUTING**](https://github.com/vyos/vyos-1x/blob/sagitta/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 |