diff options
| author | Robert Göhler <github@ghlr.de> | 2024-03-10 20:56:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-10 20:56:36 +0100 |
| commit | c5cab86ea6828c8cd2323bd43f672d52713859b4 (patch) | |
| tree | d1c805e225a62fbad68ed3ee12c2be81e2632e15 /.github | |
| parent | 8d410c0843f7d8b88a5a20ccb778ae149c6fc098 (diff) | |
| parent | f35a3ba32438d0190d0505587e83639827466bf4 (diff) | |
| download | vyos-documentation-c5cab86ea6828c8cd2323bd43f672d52713859b4.tar.gz vyos-documentation-c5cab86ea6828c8cd2323bd43f672d52713859b4.zip | |
Merge pull request #1315 from rebortg/master
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 |
