-
Notifications
You must be signed in to change notification settings - Fork 264
Update Documentation Format and Labels #1157
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
Conversation
✅ Deploy Preview for docs-optimism ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThe pull request introduces modifications to two files: the GitHub issue template for documentation audits and the content reuse instructions. In the issue template located at In the document Possibly related PRs
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🧹 Outside diff range and nitpick comments (1)
notes/content-reuse.md (1)
21-21
: LGTM! Consider adding step numbers in code examplesThe list numbering corrections improve the documentation's clarity. For even better readability, consider adding step numbers in the code example comments to match the numbered instructions.
Example enhancement:
- import DescriptionShort from '@/content/DescriptionShort.md' + // Step 1: Import the component + import DescriptionShort from '@/content/DescriptionShort.md'Also applies to: 41-41
Changes Made
1. In
.github/ISSUE_TEMPLATE/docs_audit_results.md
:labels: 'docs-audit-2024-Q4,op-labs'
labels: ['docs-audit-2024-Q4', 'op-labs']
Reason: Updated the labels format to use proper YAML array syntax, which improves readability and follows standard YAML conventions. The new format using square brackets is more explicit and less prone to parsing errors.
2. In
notes/content-reuse.md
:Reason: These changes improve documentation consistency, make imports more explicit, and fix formatting issues that could cause confusion.
Please review and let me know if any adjustments are needed.