Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 982 Bytes

File metadata and controls

44 lines (35 loc) · 982 Bytes

How to Contribute

We welcome contributions from the community! Here's how you can help:

  1. Fork the repository

    git clone https://github.com/<your-username>/osspyasia.git
  2. Create a feature branch

    git checkout -b feature/your-feature-name
  3. Make your changes

    • Add new features
    • Fix bugs
    • Improve documentation
    • Add more OSS projects to the showcase
  4. Commit your changes

    git add .
    git commit -m "Description of your changes"
  5. Push to your fork

    git push origin feature/your-feature-name
  6. Open a Pull Request

    • Go to the original repository
    • Click "New Pull Request"
    • Select your branch
    • Describe your changes and submit

Contribution Guidelines

  • Follow the existing code style
  • Test your changes locally before submitting
  • Write clear commit messages
  • Update documentation as needed
  • Be respectful and collaborative