diff options
author | rebortg <github@ghlr.de> | 2024-03-07 13:56:14 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2024-03-07 13:56:14 +0100 |
commit | f35a3ba32438d0190d0505587e83639827466bf4 (patch) | |
tree | 2374743ee78e22f3c21c26464feb48f86efb4529 /.github | |
parent | f3d8f9f0518b8f7b7e30716219b2f1b7674d95fb (diff) | |
download | vyos-documentation-f35a3ba32438d0190d0505587e83639827466bf4.tar.gz vyos-documentation-f35a3ba32438d0190d0505587e83639827466bf4.zip |
improve documentation how-to and create PR template
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..2c8a9873 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ +<!-- All PR should follow this template to allow a clean and transparent review --> +<!-- Text placed between these delimiters is considered a comment and is not rendered --> + +## Change Summary +<!--- Provide a general summary of your changes in the Title above --> + +## Related Task(s) +<!-- optional: Link related Tasks on Phabricator. --> +* https://vyos.dev/Txxxx + +## Related PR(s) +<!-- optional: Link here any PRs in other repositories that are related to this PR --> + +## Backport +<!-- optional: the PR should backport to this documentation branch --> + + + +## Checklist: +<!--- 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! --> +- [ ] I have read the [**CONTRIBUTING**](https://github.com/vyos/vyos-documentation/blob/master/CONTRIBUTING.md) document
\ No newline at end of file |