diff options
author | George Melikov <[email protected]> | 2018-05-15 19:02:57 +0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-05-15 09:02:57 -0700 |
commit | 43eb39d6ccd8fbaa5ae3a84a6df549331db4d6be (patch) | |
tree | be01c3014ee10f1c8368e68e22969d911c6750bb /.github | |
parent | f46209dd6bdb0fdcb22623d64008c23ddc603150 (diff) |
Small cleanup of PR and issue templates
- Add links to PULL_REQUEST_TEMPLATE.md
- Clean `System information` table
It's easier to find needes documentation about
PR process with links.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes #7539
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 18 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 8 |
2 files changed, 13 insertions, 13 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e382b9903..d24df45f8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -14,15 +14,15 @@ Please fill in as much of the template as possible. --> ### System information -<!-- add version after "|" character --> -Type | Version/Name - --- | --- -Distribution Name | -Distribution Version | -Linux Kernel | -Architecture | -ZFS Version | -SPL Version | +<!-- add version after "|" character --> +Type | Version/Name + --- | --- +Distribution Name | +Distribution Version | +Linux Kernel | +Architecture | +ZFS Version | +SPL Version | <!-- Commands to find ZFS/SPL versions: modinfo zfs | grep -iw version diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7bad053f8..63a3e0f27 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -30,10 +30,10 @@ https://github.com/zfsonlinux/zfs/wiki/Buildbot-Options ### 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! --> -- [ ] My code follows the ZFS on Linux code style requirements. +- [ ] My code follows the ZFS on Linux [code style requirements](https://github.com/zfsonlinux/zfs/blob/master/.github/CONTRIBUTING.md#coding-conventions). - [ ] I have updated the documentation accordingly. -- [ ] I have read the **CONTRIBUTING** document. -- [ ] I have added tests to cover my changes. +- [ ] I have read the [**contributing** document](https://github.com/zfsonlinux/zfs/blob/master/.github/CONTRIBUTING.md). +- [ ] I have added [tests](https://github.com/zfsonlinux/zfs/tree/master/tests) to cover my changes. - [ ] All new and existing tests passed. -- [ ] All commit messages are properly formatted and contain `Signed-off-by`. +- [ ] All commit messages are properly formatted and contain [`Signed-off-by`](https://github.com/zfsonlinux/zfs/blob/master/.github/CONTRIBUTING.md#signed-off-by). - [ ] Change has been approved by a ZFS on Linux member. |