-
Notifications
You must be signed in to change notification settings - Fork 23
Contributions
Vishwa edited this page May 1, 2026
·
1 revision
Contributions are welcome and appreciated.
- Fork the repository
- Clone your fork
git clone https://github.com/<your-username>/openvals.git
cd openvals
git checkout -b feature/your-feature-name
- Make your changes
- Commit your changes
git commit -m "Add: short description of your changes"
- Push to your fork
git push origin feature/your-feature-name
- Open a Pull Request
⸻
Guidelines
- Keep changes focused and minimal
- Follow existing code structure and style
- Add or update documentation if needed
- Write clear commit messages
⸻
Reporting Issues
If you find a bug or have a feature request:
- Open an issue
- Provide clear steps to reproduce (for bugs)
- Suggest expected behavior
⸻
Thanks for contributing to OpenVals 🚀