Skip to content
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

Merged
merged 1 commit into from
Oct 17, 2018
Merged

Advise users to retain issue/PR templates #8029

merged 1 commit into from
Oct 17, 2018

Conversation

bunder2015
Copy link
Contributor

@bunder2015 bunder2015 commented Oct 16, 2018

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (a change to man pages or other documentation)

Checklist:

  • My code follows the ZFS on Linux code style requirements.
  • I have updated the documentation accordingly.
  • I have read the contributing document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • All commit messages are properly formatted and contain Signed-off-by.
  • Change has been approved by a ZFS on Linux member.

@@ -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.
Copy link
Member

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.

@ahrens ahrens added the Status: Code Review Needed Ready for review and testing label Oct 16, 2018
@@ -1,3 +1,5 @@
<!-- Deleting this template may result in your issue being closed prematurely. -->
Copy link
Member

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.

Suggested change
<!-- 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. -->

Copy link
Contributor Author

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?

Copy link
Member

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.

Copy link
Contributor

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.

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?

Copy link
Member

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/

@@ -1,3 +1,5 @@
<!--- Deleting this template may result in your Pull Request being closed prematurely. -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<!--- 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. -->

Copy link
Contributor

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.

Copy link
Contributor Author

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]>
@behlendorf
Copy link
Contributor

@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.

@gmelikov
Copy link
Member

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.

@ahrens ahrens added Status: Accepted Ready to integrate (reviewed, tested) and removed Status: Code Review Needed Ready for review and testing labels Oct 17, 2018
@behlendorf behlendorf merged commit bfcb82c into openzfs:master Oct 17, 2018
@bunder2015 bunder2015 deleted the templates branch October 17, 2018 17:28
@codecov
Copy link

codecov bot commented Oct 18, 2018

Codecov Report

Merging #8029 into master will decrease coverage by 0.26%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Flag Coverage Δ
#kernel 78.7% <ø> (-0.24%) ⬇️
#user 67.43% <ø> (-0.36%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b2030e5...49228d3. Read the comment docs.

BrainSlayer pushed a commit to BrainSlayer/zfs that referenced this pull request Oct 18, 2018
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
ghfields pushed a commit to ghfields/zfs that referenced this pull request Oct 29, 2018
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
GregorKopka pushed a commit to GregorKopka/zfs that referenced this pull request Jan 7, 2019
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Ready to integrate (reviewed, tested)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants