Suggesting a doc improvement
If you notice an issue with Kubewarden documentation or want to suggest new content, then open an issue. You only need a GitHub account and a browser.
Usually, any new documentation work for Kubewarden begins with an issue in GitHub. The Kubewarden documentation team reviews, categorizes, and tags them. Anybody is welcome to work on any issue, including the reporter. You should assign it to yourself before commencing any work to avoid duplicate efforts.
Opening an issue​
To suggest improvements to existing documentation content or report an error, open an issue.
- Click the GitHub Octocat icon at the top. This redirects you to the documentation repository for Kubewarden.
- Navigate to the Issues tab and click New issue.
- Describe the issue or suggestion for improvement. The more details, the better.
- Click Submit new issue.
- After submitting the issue, you can either assign it to yourself or wait for a community member to pick it up. Members of the documentation team and the community might request clarifications before they can act on your issue. You should actively check your issue or turn on GitHub notifications.
New content suggestions​
To suggest new content, please file an issue using one of these mechanisms:
- Choose an existing page in the section you think the content belongs in and click Create an issue.
- Navigate to GitHub and file the issue directly.
How you can make a contribution count​
No contribution is too big or small. However, so the community derives maximum value, you should follow these points when reporting an issue:
- Focus on providing a clear description of the issue. Key points to consider would be describing what's missing, outdated, erroneous, or requires qualitative and technical improvement.
- Describe the specific impact the issue has on users.
- Limit the scope of the issue. If the scope is large, break it down to smaller tasks within an issue. For example, "Creating a Contribution Guide" is wide in scope since there would be multiple tasks associated with the issue. However, "Fixing a grammatical error on the Quickstart page" is a more narrowly scoped issue requiring only a single pull request.
- Crosscheck existing issues to avoid duplicate work.
- Check for an existing pull request or issue. Check you reference the existing issue or pull request within the issue you're opening to give context for contributors who may want to work on it.