feat : add issue triaging labels with their descriptions #511
feat : add issue triaging labels with their descriptions #511Yana-do-code wants to merge 0 commit intoCircuitVerse:masterfrom
Conversation
WalkthroughAdds a new Markdown document titled "ISSUE & PULL REQUEST LABELING GUIDELINES" for CircuitVerseDocs. Defines a labeling taxonomy covering issue lifecycle labels (pending, in progress, blocked, duplicate), documentation issue types (missing content, incorrect content, documentation, feature, enhancement, ui/ux, formatting, broken link, accessibility, invalid), platform/site area labels (docs website, guides, reference, getting started), contributor-friendly labels (good first issue, needs help), effort/scope estimates (small, medium, large), PR labels and priorities (review-ready, approved, p0/p1/p2), a translation label, and rules for label order, scope, and consistency. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@issue-labels.md`:
- Around line 126-129: The document references resolution labels with TitleCase
(`Invalid`, `Duplicate`) but the label table uses lowercase (`invalid`,
`duplicate`), causing a mismatch; update all occurrences so the casing is
consistent (either change the table entries to `Invalid` and `Duplicate` or
change the references to `invalid` and `duplicate`)—search for the strings
"Invalid", "Duplicate", "invalid", and "duplicate" in the file and make them
consistent throughout (including the label table and guideline bullets) so
GitHub label usage matches the documented names.
|
@tachyons @Nihal4777 kindly review it . |
89ee753 to
f6deeb5
Compare
fix : #512
Describe the changes you have made in this PR -
This PR adds the issue-labels.md file which contains a brief description of all the labels that will be used in the cv docs repo .
Screenshots of the UI changes (If any) -
Code Understanding and AI Usage
Did you use AI assistance (ChatGPT, Claude, Copilot, etc.) to write any part of this code?
If you used AI assistance:
Explain your implementation approach:
This PR focuses mainly to make it easier for new contributors to pick up the issues.
Checklist before requesting a review
Note: Please check Allow edits from maintainers if you would like us to assist in the PR.
Summary by CodeRabbit