ritchie-formulas
ritchie-formulas copied to clipboard
Adicionado o Project Directory - Add Formula
Pull Request
What I did
added a formula - For Mac
How I did it
Following the basic tutorial on formula creation
How to verify it
rit jornada create projectdirectory
What kind of change does this PR make
It creates directories to keep all devs with the same directory format
- [ ] Major
- [ X] Minor
- [ ] Patch
Description for the changelog
Add formula
Hi @patrickfarias , you missed the DCO, you just need to do the following comands on git:
git commit --amend --no-edit --signoff
and
git push --force-with-lease origin main
After that, we can review your PR, all right?