]> granicus.if.org Git - zfs/commitdiff
Advise users to retain issue/PR templates
authorbunder2015 <omfgbunder@gmail.com>
Wed, 17 Oct 2018 17:25:38 +0000 (13:25 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 17 Oct 2018 17:25:38 +0000 (10:25 -0700)
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 <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Matthew Ahrens <mahrens@delphix.com>
Signed-off-by: bunder2015 <omfgbunder@gmail.com>
Closes #8029

.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md

index d24df45f818e6646334e2930dcdb084a48434831..e77ab39f35bda7850151b5c3f5dd4fa8dd3ae6b9 100644 (file)
@@ -1,3 +1,5 @@
+<!-- Please fill out the following template, which will help other contributors address your issue. -->
+
 <!--
 Thank you for reporting an issue.
 
index 826da9393cae25e20502861e16913ce9da8f1e05..699ca9078009723315403b8aefa15f187a8f6208 100644 (file)
@@ -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.