Thank you for considering contributing to this project! Follow the steps below to get started:
- Go to the original repository on GitHub
- Click the "Fork" button in the top-right corner
- This will create a copy of the repository in your account
Clone your fork to your local machine:
git clone https://github.com/discloud/cli-dart.git
cd cli-dartCreate a branch for your contribution:
git checkout -b my-feature- Edit the necessary files
- Add new features or fix bugs
git add .
git commit -m "feat: clearly describe your change"git push origin my-feature- Go to your fork on GitHub
- Click "Compare & pull request"
- Clearly describe your changes
- Submit the Pull Request for review
Now just wait for feedback from the maintainers 🚀