Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1005 Bytes

File metadata and controls

49 lines (34 loc) · 1005 Bytes

Contributing to AuriOS

Thank you for your interest in contributing to AuriOS! We welcome contributions from everyone.

How to Contribute

  1. Fork the repository
    Click the "Fork" button to create your own copy.

  2. Clone your fork

    git clone https://github.com/your-username/AuriOS.git
    
  3. Create a branch

    git checkout -b feature/your-feature-name
    
  4. Make your changes
    Implement your feature or fix.

  5. Commit your changes

    git commit -m "Describe your changes"
    
  6. Push to your fork

    git push origin feature/your-feature-name
    
  7. Open a Pull Request
    Go to the original repository and open a pull request.

Guidelines

  • Follow the project's coding style.
  • Write clear commit messages.
  • Document your code when necessary.
  • Ensure your changes do not break existing functionality.

Code of Conduct

Please be respectful and considerate in all interactions.


Thank you for helping make AuriOS better!