We're always looking for new ways to improve StylelintBC, and your contributions can help us achieve that
-
Fork the Project
-
Clone the project
git clone https://github.com/<your-username>/StylelintBC.git
#or
git clone [email protected]:<your-username>/StylelintBC.git
#or
gh repo clone <your-username>/StylelintBC
- Go to the project directory
cd StylelintBC
- Running the CLI
go src/main.go
- Commit Your Changes
git add <modified files>
git commit -m "<commit message>"
- Push Your Changes
git push
- Creates the Pull Request in the original repository