-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advise users to retain issue/PR templates #8029
Conversation
.github/ISSUE_TEMPLATE.md
Outdated
@@ -11,6 +11,8 @@ questions on the mailing list. | |||
https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists | |||
|
|||
Please fill in as much of the template as possible. | |||
|
|||
Deleting this template may result in your issue being closed prematurely. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move it at the beginning too.
.github/ISSUE_TEMPLATE.md
Outdated
@@ -1,3 +1,5 @@ | |||
<!-- Deleting this template may result in your issue being closed prematurely. --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to propose using positive language here.
<!-- Deleting this template may result in your issue being closed prematurely. --> | |
<!-- Please fill out the following template, which will help other contributors address your issue. --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm okay with this, but it doesn't address the issue of people deleting the template entirely. Would prefacing it with "please do not delete this template" be okay with you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bunder2015 I think it does address the issue of people deleting the template, because deleting the template is not filling it out.
@kpande By "positive" I mean let's tell folks what we want them to do, rather than what we don't want them to do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like @ahrens's wording here. There's value in explaining upfront why a template is provided and that filling it out will help their PR make it though the process.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I not understand why https://github.com/openzfs/openzfs/ have no "Issues" page, maybe to block tickets spam too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stephenmclan Since https://github.com/openzfs/openzfs/ repo is essentially a mirror of illumos, it uses the illumos bug tracking system: https://www.illumos.org/projects/illumos-gate/issues/
.github/PULL_REQUEST_TEMPLATE.md
Outdated
@@ -1,3 +1,5 @@ | |||
<!--- Deleting this template may result in your Pull Request being closed prematurely. --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<!--- Deleting this template may result in your Pull Request being closed prematurely. --> | |
<!--- Please fill out the following template, which will help other contributors review your Pull Request. --> |
@@ -1,3 +1,5 @@ | |||
<!--- Please fill out the following template, which will help other contributors review your Pull Request. --> | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While your here, I'd suggest we drop the "Change has been approved by a ZFS on Linux member" line at the end. We've been using the issue labels for status tracking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
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. Signed-off-by: bunder2015 <[email protected]>
@kpande I don't think that's a problem. We're free to handle the PR as appropriate, that may of course include closing it. The goal is to clearly state why it's in their best interests to fill out the template. |
Unfortunately if somebody just deletes the template, it usually won't be even read. No matter what we will have such issues. :-( Let's merge it as is. |
Codecov Report
@@ Coverage Diff @@
## master #8029 +/- ##
==========================================
- Coverage 78.62% 78.35% -0.27%
==========================================
Files 377 377
Lines 114333 114333
==========================================
- Hits 89891 89588 -303
- Misses 24442 24745 +303
Continue to review full report at Codecov.
|
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 openzfs#8029
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 openzfs#8029
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 openzfs#8029
Motivation and Context
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.
Description
Updated templates.
How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by
.