Thank you for your interest in contributing to AuriOS! We welcome contributions from everyone.
-
Fork the repository
Click the "Fork" button to create your own copy. -
Clone your fork
git clone https://github.com/your-username/AuriOS.git -
Create a branch
git checkout -b feature/your-feature-name -
Make your changes
Implement your feature or fix. -
Commit your changes
git commit -m "Describe your changes" -
Push to your fork
git push origin feature/your-feature-name -
Open a Pull Request
Go to the original repository and open a pull request.
- Follow the project's coding style.
- Write clear commit messages.
- Document your code when necessary.
- Ensure your changes do not break existing functionality.
Please be respectful and considerate in all interactions.
Thank you for helping make AuriOS better!