diff options
author | kumvijaya <kumvijaya@gmail.com> | 2024-05-24 01:03:47 +0530 |
---|---|---|
committer | kumvijaya <kumvijaya@gmail.com> | 2024-05-24 01:03:47 +0530 |
commit | e43f6f6a521360322f65c82a5534d9da14566c28 (patch) | |
tree | ea688a12c95ab967d67be4d6af3dfb09a247206c /.github/PULL_REQUEST_TEMPLATE.md | |
parent | cf5a239844f9d2df91d3ce0bf7dbe371bd407e35 (diff) | |
download | vyos-build-e43f6f6a521360322f65c82a5534d9da14566c28.tar.gz vyos-build-e43f6f6a521360322f65c82a5534d9da14566c28.zip |
T6386: added reusable workflows and codeowners
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 87eee2e7..8c71c80d 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,7 +41,7 @@ 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-build/blob/current/CONTRIBUTING.md) document - [ ] I have linked this PR to one or more Phabricator Task(s) - [ ] My commit headlines contain a valid Task id - [ ] My change requires a change to the documentation |