< Back to other cadence courses
git submodule update --init
Contributions are what make the open source community an amazing place to learn, inspire and create. Any contributions you make are very welcome!
If you want to help by suggesting text and spelling corrections or some code tweaks, you can open a pull request and I'll love it!!! 😍
If you have a quick contribution that doesn't involve code, content or you want to report a problem without having to propose changes click here to create an issue.
- Fork this repository.
- Create a branch:
git checkout -b newResource
. - Add your edits for the next commit:
git add .
- Make your changes and confirm them:
git commit -m 'Message from your contribution'
. - Specify a new upstream remote repository that will be synchronized with the fork:
git remote add upstream git@github.com:<USER_NAME>/<REPOSITOR_NAME>.git
- Send to the original branch:
git push --set-upstream origin newResource
- Create the pull request using the link that appears in the terminal.
We would like to thank the following people who contributed to this project:
Maurício Taffarel |