Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 725 Bytes

CONTRIBUTING.md

File metadata and controls

46 lines (31 loc) · 725 Bytes

Contributing to StylelintBC

We're always looking for new ways to improve StylelintBC, and your contributions can help us achieve that

Run Locally

  1. Fork the Project

  2. 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
  1. Go to the project directory
  cd StylelintBC
  1. Running the CLI
  go src/main.go

Making a Pull Request

  1. Commit Your Changes
  git add <modified files>
  git commit -m "<commit message>"
  1. Push Your Changes
  git push
  1. Creates the Pull Request in the original repository