Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.08 KB

Ritchie Formula Repo

Rit banner

Documentation

Contribute to the Ritchie community

This repository contains rit formulas which can be executed by the ritchie-cli.

Use Formulas

 rit add repo
 Repository name: vinicius-ritchie-formulas
 Is a private repository?
 > no
 Repository URL: https://github.com/viniciusCSreis/vinicius-ritchie-formulas

Build and test formulas locally

 rit build formula

Contribute to the repository with your formulas

  1. Fork the repository
  2. Create a branch: git checkout -b <branch_name>
  3. Check the step by step of how to create formulas on Ritchie
  4. Add your formulas to the repository and commit your implementation: git commit -m '<commit_message>
  5. Push your branch: git push origin <project_name>/<location>
  6. Open a pull request on the repository for analysis.