Skip to content

Contributions

Vishwa edited this page May 1, 2026 · 1 revision

Contributing

Contributions are welcome and appreciated.

How to Contribute

  1. Fork the repository
  2. Clone your fork
git clone https://github.com/<your-username>/openvals.git
cd openvals

Create a new branch

git checkout -b feature/your-feature-name
  1. Make your changes
  2. Commit your changes
git commit -m "Add: short description of your changes"
  1. Push to your fork
git push origin feature/your-feature-name
  1. 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 🚀

Clone this wiki locally