Skip to content

How to Contribute

osl. is open-source at https://github.com/mshandilya/osl. To contribute:

  1. Fork the Repository:
    git clone https://github.com/your-username/osl.git
    
  2. Create a Branch:
    git checkout -b feature/your-feature
    
  3. Commit Changes: Follow the Conventional Commits style.
  4. Submit a Pull Request: Describe your changes clearly in the PR.

Check the Issues tab for tasks or propose new features!