From 43eb39d6ccd8fbaa5ae3a84a6df549331db4d6be Mon Sep 17 00:00:00 2001 From: George Melikov Date: Tue, 15 May 2018 19:02:57 +0300 Subject: [PATCH] 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 Reviewed-by: Giuseppe Di Natale Signed-off-by: George Melikov Closes #7539 --- .github/ISSUE_TEMPLATE.md | 18 +++++++++--------- .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 e382b99039..d24df45f81 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 - -Type | Version/Name - --- | --- -Distribution Name | -Distribution Version | -Linux Kernel | -Architecture | -ZFS Version | -SPL Version | + +Type | Version/Name + --- | --- +Distribution Name | +Distribution Version | +Linux Kernel | +Architecture | +ZFS Version | +SPL Version | -- [ ] 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.