Thank you for your interest in contributing to Open Job Spec!
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-feature) - Commit your changes (
git commit -am "feat: add my feature") - Push to the branch (
git push origin feature/my-feature) - Open a Pull Request
- Follow existing code style and conventions
- Add tests for new functionality
- Update documentation as needed
- Use Conventional Commits for commit messages
Use GitHub Issues to report bugs or request features. Please check existing issues first.
By contributing, you agree that your contributions will be licensed under the Apache 2.0 License.