copilot instructions: reword no prerelease docs (#7101)

This commit is contained in:
dianed-square
2026-02-26 07:55:56 -08:00
committed by GitHub
parent b7bb6b4b73
commit 835a1af608
+2 -2
View File
@@ -34,8 +34,8 @@
- Async/await misuse or blocking operations in async contexts
- Improper trait implementations
### No Prerelease Docs
- If the PR contains both code changes to features/functionality AND updates in `/documentation`: Documentation updates must be separated to keep public docs in sync with released versions. Either mark new topics with `unlisted: true` or remove/hide the documentation.
### No Doc Updates with Code Changes
- PRs with code changes shouldn't update `/documentation` - docs deploy on merge, code on release. Use `unlisted: true` or remove/hide docs.
## Project-Specific Context