Feel free to browse the issues, converse, and make pull requests. If you need help, first please see if there is already an issue for your problem. Otherwise, go ahead and make a new issue.
Please also make sure you read our Code of Conduct.
- Fork the repo
- Download your fork to your machine (
git clone https://github.com/your_username/nox && cd nox
) - Create your feature branch (
git checkout -b my-new-feature
) - Make changes and add them (
git add .
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new pull request to
procore/nox