Contributions are welcome! Whether you're reporting a bug, suggesting a feature, or submitting a pull request, your input is invaluable to improving ObjWatch.
- Fork the Repository: Click the "Fork" button on the repository page.
- Create a Branch:
git checkout -b feature/YourFeature
- Commit Your Changes:
git commit -m 'Add some feature'
- Push to the Branch:
git push origin feature/YourFeature
- Open a Pull Request
Please ensure your code follows the project's coding standards and includes appropriate tests.