Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 946 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (30 loc) · 946 Bytes

Contributing to Google Indexing Script

Before jumping into a PR be sure to search existing PRs or issues for an open or closed item that relates to your submission.

Developing

All pull requests should be opened against main.

  1. Clone the repository
git clone https://github.com/goenning/google-indexing-script.git
  1. Install dependencies
npm install
  1. Install the cli globally
npm install -g .
  1. Run the development bundle
npm run dev
  1. See how to use it and make your changes !

Building

After making your changes, you can build the project with the following command:

npm run build

Pull Request

  1. Make sure your code is formatted with prettier
  2. Make sure your code passes the tests
  3. Make sure you added the changes with npm run changeset