Skip to content

Commit 53e73ac

Browse files
authored
docs: update CONTRIBUTING.md with clearer contribution guidelines (#1570)
1 parent 5695caf commit 53e73ac

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,29 @@ If you find a bug, please create an Issue and we'll triage it.
105105
- Before starting work on an issue, please comment on it and wait for it to be assigned to you. This prevents multiple people from working on the same issue simultaneously
106106
- Let's discuss implementation details in the issue comments or Discord before starting work, to ensure alignment between contributors and the Lingo.dev team
107107

108+
---
109+
110+
## 🧩 Issue Assignment Rules
111+
To maintain fairness and quality in our open-source contributions, we follow these rules for issue assignment:
112+
113+
### 🧠 Issue Assignment Priority
114+
1. **First priority:** The person who opened the issue.
115+
2. **Second priority:** The first commenter who volunteers to work on it (if the issue creator is not working on it).
116+
117+
> ❌ Submitting a PR without being assigned may result in rejection — even if it solves the issue.
118+
119+
---
120+
121+
### 🚀 Pull Request Etiquette
122+
123+
- Avoid submitting **low-effort or spammy PRs** (e.g., cosmetic or trivial edits made only to gain contributions).
124+
- Use **Conventional Commit** titles: `feat:`, `fix:`, `docs:`, `chore:`, etc.
125+
- Provide a **clear and meaningful PR description** linking to the related issue.
126+
- Make sure your PR passes all CI checks and formatting standards.
127+
128+
> ✅ Ideal PRs are thoughtful, well-tested, and make meaningful improvements to the codebase.
129+
130+
108131
## Pull Requests
109132

110133
We love your Pull Requests! However, we maintain extremely high standards for code quality and design. We are looking for elegant, 12/10, beautiful code and deeply weighted system design decisions.

0 commit comments

Comments
 (0)