community icon indicating copy to clipboard operation
community copied to clipboard

Strategy for handling support requests in k/k

Open ehashman opened this issue 4 years ago • 24 comments
trafficstars

Right now, when I categorize an issue as kind/support in kubernetes/kubernetes, I usually don't look at it again. I'd love to help these folks, but my focus is mostly on triage and getting bugs fixed.

We see a lot of issues where a support request is initially filed as a bug, and then a triager re-categorizes it as a support request, and then it usually rots out unless someone is feeling particularly helpful. There are currently 45 open support requests, and potentially more that were misfiled but haven't been triaged: https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue+label%3Akind%2Fsupport

It would be great if, when an issue is categorized as a support request in k/k, we could direct the author to the right support channels. Perhaps a bot could send them some links and close the issue. We may also want to discourage filing support requests against k/k at issue creation time by linking them elsewhere (e.g. Slack/Discourse).

ehashman avatar Jan 26 '21 23:01 ehashman

/cc @mrbobbytables

ehashman avatar Jan 26 '21 23:01 ehashman

/sig contribex

ehashman avatar Jan 26 '21 23:01 ehashman

@ehashman: The label(s) sig/contribex cannot be applied, because the repository doesn't have them

In response to this:

/sig contribex

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Jan 26 '21 23:01 k8s-ci-robot

/sig contributor-experience

ehashman avatar Jan 26 '21 23:01 ehashman

/assign @mrbobbytables @cblecker @nikhita @alisondy For input 👍 /area github-management

mrbobbytables avatar Jan 26 '21 23:01 mrbobbytables

We have a response template for support requests - https://github.com/kubernetes/community/blob/master/contributors/guide/issue-triage.md#user-support-response-example. However, we don't autoclose issues today.

We could perhaps do this:

  • Remove the Support Request template from here - https://github.com/kubernetes/kubernetes/issues/new/choose
  • Add a note below the templates to point to support channels (discuss.k8s.io)
  • If someone creates an issue without using the existing templates and labels the issue as kind/support, the bot will comment with the response template and autoclose the issue.

nikhita avatar Jan 27 '21 09:01 nikhita

Remove the Support Request template from here Add a note below the templates to point to support channels (discuss.k8s.io)

We could update our issue templates so the support button will actually take them right to discuss. ref: https://github.com/kubernetes/community/issues/5261

I think it might be worth doing the same thing for enhancement requests there too, except redirect them to the k/enhancements repo

If someone creates an issue without using the existing templates and labels the issue as kind/support, the bot will comment with the response template and autoclose the issue.

Some people do usekind/support (at least in other repos), it might be worth it as a separate command where folks could potentially add their own text (similar to the welcome bot) and have the ability to specify if it will close the issue automatically or not.

mrbobbytables avatar Jan 27 '21 10:01 mrbobbytables

The update for the issue template has been rolled out 👍 https://github.com/kubernetes/kubernetes/issues/new/choose

mrbobbytables avatar Feb 01 '21 15:02 mrbobbytables

Some people do usekind/support (at least in other repos), it might be worth it as a separate command where folks could potentially add their own text (similar to the welcome bot) and have the ability to specify if it will close the issue automatically or not.

/assign I'll take this on and also try to do something similar for kind/feature - https://github.com/kubernetes/kubernetes/pull/98867

nikhita avatar Feb 08 '21 08:02 nikhita

Some people do usekind/support (at least in other repos), it might be worth it as a separate command where folks could potentially add their own text (similar to the welcome bot) and have the ability to specify if it will close the issue automatically or not.

Created https://github.com/kubernetes/test-infra/pull/20868

nikhita avatar Feb 16 '21 10:02 nikhita

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale

fejta-bot avatar May 17 '21 10:05 fejta-bot

Stale issues rot after 30d of inactivity. Mark the issue as fresh with /remove-lifecycle rotten. Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten

fejta-bot avatar Jun 16 '21 11:06 fejta-bot

/remove-lifecycle rotten

Would appreciate some guidance on this as we are about to triage a bunch of node bugs and are likely to mark a bunch of them as support requests.

I will add an agenda item to SIG Node to see how we want to handle them within our SIG; perhaps we can make a template to point people at official support channels and close them.

ehashman avatar Jun 16 '21 19:06 ehashman

/milestone v1.23 I think a template message that can be copy pasted would be appropriate. Could add a k8s-triage-robot job to comment it with a /close to issues triaged as support

What is the specific ask here, for this team to write the template? I would prefer kicking that back to the broader SIG Contributor Experience folks

Or do we want to push forward with https://github.com/kubernetes/test-infra/pull/20868?

spiffxp avatar Aug 17 '21 19:08 spiffxp

/priority backlog Because it's not clear to me what the actionable request is

spiffxp avatar Aug 17 '21 19:08 spiffxp

I added a template default reply to my GitHub account that I've been using to close support requests (that are often filed as bugs) against SIG Node in k/k:

Kubernetes does not use issues on this repo for support requests. If you have a question on how to use Kubernetes or to debug a specific issue, please visit our [forums](https://discuss.kubernetes.io/).

/remove-kind bug
/kind support
/close

It's really up to ContribEx if we want an overall strategy for these rather than handling SIG by SIG. :)

ehashman avatar Sep 21 '21 18:09 ehashman

@ehashman: Those labels are not set on the issue: kind/bug

In response to this:

I added a template default reply to my GitHub account that I've been using to close support requests (that are often filed as bugs) against SIG Node in k/k:

Kubernetes does not use issues on this repo for support requests. If you have a question on how to use Kubernetes or to debug a specific issue, please visit our [forums](https://discuss.kubernetes.io/).

/remove-kind bug
/kind support
/close

It's really up to ContribEx if we want an overall strategy for these rather than handling SIG by SIG. :)

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Sep 21 '21 18:09 k8s-ci-robot

@ehashman: Closing this issue.

In response to this:

I added a template default reply to my GitHub account that I've been using to close support requests (that are often filed as bugs) against SIG Node in k/k:

Kubernetes does not use issues on this repo for support requests. If you have a question on how to use Kubernetes or to debug a specific issue, please visit our [forums](https://discuss.kubernetes.io/).

/remove-kind bug
/kind support
/close

It's really up to ContribEx if we want an overall strategy for these rather than handling SIG by SIG. :)

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Sep 21 '21 18:09 k8s-ci-robot

lol bot

/remove-kind support /reopen

ehashman avatar Sep 21 '21 18:09 ehashman

@ehashman: Reopened this issue.

In response to this:

lol bot

/remove-kind support /reopen

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Sep 21 '21 18:09 k8s-ci-robot

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Dec 20 '21 19:12 k8s-triage-robot

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot avatar Jan 19 '22 19:01 k8s-triage-robot

/remove-lifecycle rotten /lifecycle frozen I brought this up in the last contribex meeting and had some ideas around this, I'll collate them into an RFC in the next couple of days.

MadhavJivrajani avatar Jan 20 '22 07:01 MadhavJivrajani

I'd really like a bot to handle the case where something is mis-triaged as support, and the submitter wants to let us know. Once we have a bot to fix mistriage, we can be more vigorous at automating handling of the remaining issues where the issue submitter either agrees it's a support request, or we don't hear from them further.

sftim avatar Sep 20 '22 19:09 sftim