How to Contribute¶
1. Find an Issue¶
Before you write any code, please find an existing issue to work on or create a new one. This ensures you don't duplicate work or spend time on a feature that might not align with the roadmap. - Look for issues tagged with good first issue or help wanted. - Comment on the issue stating that you'd like to work on it.
2. Fork and Clone¶
Fork the repository to your own GitHub account, then clone it to your local machine:
3. Set Up Development Environment¶
Follow the Installation Guide to install dependencies and configure environment variables.
4. Create a Branch¶
Create a branch with a descriptive name following our Git Workflow.
| Bash | |
|---|---|
5. Make Your Changes¶
Write your code, ensuring you follow the Code Style guidelines.
6. Test Your Changes¶
Make sure all existing tests pass, and write new tests for your feature or bug fix.
7. Commit and Push¶
Commit your changes using Conventional Commits.
8. Open a Pull Request¶
Go to the original Atlas repository on GitHub and open a Pull Request. Follow the Pull Request Guidelines.