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

Tracking stale content within the website repo #26717

Closed
3 tasks
a-mccarthy opened this issue Feb 25, 2021 · 6 comments
Closed
3 tasks

Tracking stale content within the website repo #26717

a-mccarthy opened this issue Feb 25, 2021 · 6 comments
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@a-mccarthy
Copy link
Contributor

This is a Feature Request

SIG Docs should have a way to identify if content within the website repo is potentially stale and have a way to communicate potentially stale content to SIG groups that own the content.

The goal of this issue is to outline a MVP to track and update stale content in the kubernetes/website repo. The project has the potential to make of changes to the website repo and processes so our first goal is to determine its viability and the best way to implement it within the community. There has been ongoing work to identify how SIG Docs can implement this and the pieces needed to make this work across the repo and community, see more information on the project outline in this doc.

There is still a lot of room for improvement and this project depends on getting support and feedback from SIGs and the community :)

What would you like to be added

MVP: The ability perform a single pass over a portion of the website repo, identify stale content, and work with a SIG to review content for accuracy and make and updates as necessary.

  • Define what constitutes stale content in the kubernetes/website repo.
  • Develop a simple, automated way to identify stale content in the repo.
  • Work with at least one SIG to help review and update stale content that relates to their specific subject area

Scope

  • Only review English language content in content/docs/en, excluding _index.md and glossary files.
  • Limit content review down to one single topic area, for example working with only tasks, tutorials, or concepts and only content that would be owned by one SIG. TBD - picking an area

Define what constitutes stale content in the kubernetes/website repo.

Working definition - needs improvement

  • Content that has not be updated in > 1 year based on git last commit date

Develop a simple, automated way to identify stale content in the repo

Depends on having a clear definition of stale content. POC script started in #26442

Work with at least one SIG to help review and update stale content that relates to their specific subject area

This project requires a lot of input and cooperation from SIG groups. To start, use a single SIG to get feedback and iterate on processes before expanding the project scope.

To Do:

  • Identify a SIG willing to help with this MVP
  • Work on a communication place to talk about this project broadly.

Why is this needed

SIG Docs needs better visibility into content state on the kubernetes.io website. There is currently no easy way to tell if content has been kept up to date, especially in cases when maintainers turnover or there are long gaps between when a feature is promoted between stages (alpha, beta, GA). By building a way to make sure content on the site is being updated regularly, users can have greater confidence in docs on kubernetes.io.

This will ultimately benefit all SIGs because having reliability up-to-date docs can help to reduce the overall support burden of SIGs as users face less frustration, ask less questions, and file less issues when information is current.

Comments

See more information about the project in the overview doc

@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Feb 25, 2021
@kbhawkey
Copy link
Contributor

Good start @a-mccarthy .
/triage accepted

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Feb 28, 2021
@a-mccarthy
Copy link
Contributor Author

Only review English language content in content/docs/en, excluding _index.md and glossary files.

We talked about excluding _index.md files bc they are built from a template and blank, however that is not the case for every _index.md file, for example: https://kubernetes.io/docs/tasks/tools/.

I still feel like the number _index.md files with non-template generated content is relatively low, so we can probably still exclude them from this search, but I wanted to make a note about them existing.

@fejta-bot
Copy link

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

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jul 21, 2021
@k8s-triage-robot
Copy link

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-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Aug 20, 2021
@k8s-triage-robot
Copy link

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:

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

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

/close

@k8s-ci-robot
Copy link
Contributor

@k8s-triage-robot: Closing this issue.

In response to this:

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:

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

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

/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

5 participants