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
Clarifies the shared label taxonomy so it can never be misread (by a human or an automated reviewer):
Primary type labels (feature / bug / documentation) are applied to issues only, alongside the GitHub issue Type.
Pull requests do not carry a primary type label — the type: title prefix conveys the type. PRs should instead carry an ownership label (filigran team / community) to differentiate the author, plus any useful area/workflow labels.
Updated .github/LABELS.md, .github/labels.yml, and the CONTRIBUTING conventions block.
Hey @SamuelHassine! 👋 I'm Sam, your convention guardian. I've reviewed PR #36 and here's a summary of what I checked and adjusted:
🏷️ Labels
Action
Label
Reason
✅ Added
filigran team
Ownership label for an org-member contribution. Per .github/LABELS.md §2–§3, PRs carry an ownership label instead of a primary type label.
(No primary type label added or removed — documentation is issue-only, and the docs: title prefix already conveys the type.)
📋 PR Description Quality
Overall: Good 🎉
Your PR description looks complete and well-structured. Great job! 🎉
Clear Summary, itemized clarification of the label taxonomy, the exact files touched (.github/LABELS.md, .github/labels.yml, CONTRIBUTING), and a Closes #35 issue link. A docs-only change needs no test evidence.
💡 Title was already fully compliant — valid docs: type, lowercase imperative verb "clarify", no trailing period, and the required (#35) issue reference. Nice work! For future PRs, please keep following the contribution conventions.
Thanks for contributing! 🚀
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Clarifies the shared label taxonomy so it can never be misread (by a human or an automated reviewer):
feature/bug/documentation) are applied to issues only, alongside the GitHub issue Type.type:title prefix conveys the type. PRs should instead carry an ownership label (filigran team/community) to differentiate the author, plus any useful area/workflow labels.Updated
.github/LABELS.md,.github/labels.yml, and the CONTRIBUTING conventions block.Closes #35