Contribute to the Ritchie community
This repository contains rit formulas which can be executed by the ritchie-cli.
rit add repo
Repository name: vinicius-ritchie-formulas
Is a private repository?
> no
Repository URL: https://github.com/viniciusCSreis/vinicius-ritchie-formulas
rit build formula
- Fork the repository
- Create a branch:
git checkout -b <branch_name>
- Check the step by step of how to create formulas on Ritchie
- Add your formulas to the repository
and commit your implementation:
git commit -m '<commit_message>
- Push your branch:
git push origin <project_name>/<location>
- Open a pull request on the repository for analysis.