We'd love to accept your contributions to this project! If you are a first time contributor, please review our Contributing Guidelines before proceeding.
- Review the commit guide we follow - ensure your commits follow our standards
- Homebrew - package manager for installing CLI
-
Fork this repository
-
Clone this repository to your workstation:
# Clone the project
git clone [email protected]:go-vela/homebrew-vela.git $HOME/go-vela/homebrew-vela
- Navigate to the repository code:
# Change into the project directory
cd $HOME/go-vela/homebrew-vela
- Point the original code at your fork:
# Add a remote branch pointing to your fork
git remote add fork https://github.com/your_fork/homebrew-vela
- Make sure to follow our PR process when opening a pull request
Thank you for your contribution!