diff options
| author | Aiden Cline <[email protected]> | 2025-12-22 11:00:32 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-22 11:00:32 -0600 |
| commit | 3f0afd7cf6438c37213d16c178d082a0146bb693 (patch) | |
| tree | 761378d89e6cfa78dafb67d93f5ca3efe811c902 /.github/workflows | |
| parent | 0545c5da2d02c14249c7a6fce04b85e237e6fd00 (diff) | |
| download | opencode-3f0afd7cf6438c37213d16c178d082a0146bb693.tar.gz opencode-3f0afd7cf6438c37213d16c178d082a0146bb693.zip | |
ci: tweak docs prompt
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docs-update.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/docs-update.yml b/.github/workflows/docs-update.yml index aa48c14ad..559e74176 100644 --- a/.github/workflows/docs-update.yml +++ b/.github/workflows/docs-update.yml @@ -66,4 +66,5 @@ jobs: 4. If you are creating a new documentation file be sure to update packages/web/astro.config.mjs too. Focus on user-facing features and API changes. Skip internal refactors, bug fixes, and test updates unless they affect user-facing behavior. - All doc related commits should start with "docs:" prefix. + Don't feel the need to document every little thing. It is perfectly okay to make 0 changes at all. + Try to keep documentation only for large features or changes that already have a good spot to be documented. |
