[Docs] CONTRIBUTING_GUIDELINES prescribes branch names and labels the repo does not use #642
Labels
No labels
accepted
bug
declined
docs
duplicate
enhancement
good first issue
in-progress
needs-info
privacy
security
triage
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
LibreKAT/Ocideck#642
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found in the pre-publication contributor-journey review.
Evidence:
docs/CONTRIBUTING_GUIDELINES.md:116-117prescribesfeature/short-descriptionandbugfix/issue-number-…. Across the last 200 merges onmain:fix/64,feat/59,docs/28,refactor/12,land/11,test/8,chore/3,sec/2,ci/1 — and zerofeature/orbugfix/.Lines 126-130 of the same file list the tracker categories as Bug, Enhancement, Feature, Documentation, Security; the live label set has no
Featureand noDocumentation(it isdocs), and omitsprivacy,triage,accepted,declined,needs-infoandduplicate.Why this matters: these are the two most mechanical instructions in the document, and both are wrong against the repository own visible history — the first thing a contributor can check, and the cheapest possible way to teach them that the rest of the document is decorative.
Proposal: replace the two branch prefixes with the six the repository actually uses, and replace the invented category list with the real labels (pull them from the API once and paste). Two edits, one file. Good first issue.
Opgelost in `
cc00070` (PR #655).De acht takprefixen die deze repo werkelijk gebruikt staan er nu, met hun aantallen over de laatste 200 merges (
fix/63,feat/48,docs/21,land/11,test/8,refactor/8,chore/3,sec/2). De labellijst is vervangen door de echte set van de tracker, inclusiefprivacyen de triagelabels die ontbraken.