Contributions are welcome! If you want to help improve Carch, please fork the repository and submit a pull request.
-
🍴 Fork the repository
- Click the "Fork" button at the top right corner of the repository page to create your own copy of the project.
-
🌿 Create a new feature branch
- Use a descriptive name for your branch that reflects the changes you are making.
- For example:
feature/add-new-script
,bugfix/fix-installation-issue
.
git checkout -b your-feature-branch-name
-
✏️ Make your changes
- Implement your changes, ensuring that they align with the project's coding standards.
-
💬 Commit your changes
- Write a clear and descriptive commit message that explains what your changes do.
git commit -m "Add new feature: [brief description]"
-
🚀 Push to the branch
- Push your changes to your forked repository.
git push origin your-feature-branch-name
-
📥 Submit a pull request
- Navigate to the original repository and click on "New Pull Request."
- Select your feature branch and provide a description of your changes.
- Ensure that your code follows the existing style and conventions of the project.
- Test your changes locally to ensure everything works as expected.
- If your changes introduce new features, consider updating the documentation as well.
Thank you for contributing to Carch! Your efforts help us improve and grow our community! 🚀