Contributing to Celaris
NOTE
Celaris will not be able to continue development without community support and contributions.
How to Contribute
There are many ways to contribute to Celaris, whether you are a developer, designer, or writer. Here are some ways you can get involved:
Code Contributions
If you are a developer, you can contribute to Celaris by submitting code changes, bug fixes, or new features. To contribute code, follow these steps:
1. Fork the one of the Celaris repositories:
2. Clone your forked repository:
bash
git clone <your-forked-repo-url>
3. Create a new branch for your changes:
bash
git checkout -b <branch-name>
4. Make your changes and commit them:
bash
git add .
git commit -m "Your commit message"
5. Push your changes to your forked repository:
bash
git push origin <branch-name>
6. Create a pull request:
- Go to the original repository and click on the "New pull request" button.
- Select your forked repository and the branch you made changes to.
- Add a title and description for your pull request.
- Click on the "Create pull request" button.