You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are the flow of docs contribution regard some known scenarios:
1. Update docs that are related to a specified version (which is not the latest released version):
In such case, update the docs under `/docs-v0.x.x` is enough.
2. Update docs for not yet released features or changes:
In such case, update the docs under `/docs-dev` is enough.
3. Update docs that are related to the latest released docs version:
Change the docs' content that fixes the issue under `/docs-dev` and `/docs-v0.x.x`, they share the same file structure so you should find the right files in both directories.
What would you like to be added:
Redefine and clarify the rule of contributing to docs, focusing on which doc version to fix.
cf. Our current rule: https://github.com/pipe-cd/pipecd/tree/master/docs
[optional] If possible, it would be better to inform contributors before opening PRs.
(e.g. Auto check in CI? PullRequest template?)
Why is this needed:
The text was updated successfully, but these errors were encountered: