How to Contribute
We welcome contributions from everyone. Whether you're fixing a bug, improving documentation, or proposing a new feature, your help is appreciated.
1. Find a Project
Browse our Projects page or
check our GitHub organization for repositories labeled good-first-issue.
2. Fork & Clone
Fork the repository to your GitHub account and clone it locally.
git clone https://github.com/127crew/project-name.git
3. Create a Branch
Create a new branch for your changes. Use a descriptive name.
git checkout -b feature/amazing-feature
4. Submit a Pull Request
Push your changes and open a Pull Request (PR). Describe your changes clearly and reference any related issues.
Community Guidelines
We are committed to providing a friendly, safe, and welcoming environment for all. Please read our Code of Conduct before contributing.
Read Code of Conduct