### Issues - Check existing issues before creating a new one (avoid duplicates) - Comment on an issue to get assigned before working on it - Issues are assigned on a first come, first serve basis - If there’s no progress for **2 days**, the issue may be reassigned ### Pull Requests - **Always link the issue (e.g., Closes #12)** - Give a short, clear description of your changes - Add **screenshots or video** for changes in your PR - Work in a **separate branch** (no direct commits to main) : ``` git checkout -b feature/your-feature-name``` - Keep code clean and readable - Follow the **existing style and code structure of the project** - Avoid low-value or spammy changes ### Notes - AI tools are not restricted, but review your code before submitting - Read the official acm-sourcery guidelines and join the discord channel before contributing
Issues
Pull Requests
git checkout -b feature/your-feature-nameNotes