diff options
author | bunder2015 <[email protected]> | 2018-10-17 13:25:38 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-10-17 10:25:38 -0700 |
commit | bfcb82cb5426e75799705938a9d17deb6cfaca82 (patch) | |
tree | 877a1a962839ded086781aa044494294e160a6da /.github | |
parent | d52d80b700229e879fe757c989c3bcd3a3a42f2a (diff) |
Advise users to retain issue/PR templates
Occasionally we get issues and PRs from users who delete the
templates. Advise users that their issues and PRs may be closed if
they do not fill out the templates as we really need this information.
Also updating PR template to drop unneeded approval toggle as we are
now using issue labels for status tracking.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Matthew Ahrens <[email protected]>
Signed-off-by: bunder2015 <[email protected]>
Closes #8029
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d24df45f8..e77ab39f3 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,5 @@ +<!-- Please fill out the following template, which will help other contributors address your issue. --> + <!-- Thank you for reporting an issue. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 826da9393..699ca9078 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,5 @@ +<!--- Please fill out the following template, which will help other contributors review your Pull Request. --> + <!--- Provide a general summary of your changes in the Title above --> <!--- @@ -36,4 +38,3 @@ https://github.com/zfsonlinux/zfs/wiki/Buildbot-Options - [ ] 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`](https://github.com/zfsonlinux/zfs/blob/master/.github/CONTRIBUTING.md#signed-off-by). -- [ ] Change has been approved by a ZFS on Linux member. |