Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 726 Bytes

CONTRIBUTING.md

File metadata and controls

52 lines (35 loc) · 726 Bytes

Contributing to HuskyBC

We're always looking for new ways to improve HuskyBC, 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>/HuskyBC.git
  #or
  git clone [email protected]:<your-username>/HuskyBC.git
  #or
  gh repo clone <your-username>/HuskyBC
  1. Go to the project directory
  cd HuskyBC
  1. Install dependencies
  bun install
  1. Running the CLI
  bun src/index.ts

Making a Pull Request

  1. Commit Your Changes
  git add <modified files>
  git commit -m "<commit message>"
  1. Push Your Changes
  git push
  1. Create a Pull Request