We welcome contributions from the community! Here's how you can help:
-
Fork the repository
git clone https://github.com/<your-username>/osspyasia.git
-
Create a feature branch
git checkout -b feature/your-feature-name
-
Make your changes
- Add new features
- Fix bugs
- Improve documentation
- Add more OSS projects to the showcase
-
Commit your changes
git add . git commit -m "Description of your changes"
-
Push to your fork
git push origin feature/your-feature-name
-
Open a Pull Request
- Go to the original repository
- Click "New Pull Request"
- Select your branch
- Describe your changes and submit
- Follow the existing code style
- Test your changes locally before submitting
- Write clear commit messages
- Update documentation as needed
- Be respectful and collaborative