Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 565 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 565 Bytes

Contributing

Contributions are welcome! Whether you're reporting a bug, suggesting a feature, or submitting a pull request, your input is invaluable to improving ObjWatch.

  1. Fork the Repository: Click the "Fork" button on the repository page.
  2. Create a Branch: git checkout -b feature/YourFeature
  3. Commit Your Changes: git commit -m 'Add some feature'
  4. Push to the Branch: git push origin feature/YourFeature
  5. Open a Pull Request

Please ensure your code follows the project's coding standards and includes appropriate tests.