Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 928 Bytes

contributing.md

File metadata and controls

30 lines (22 loc) · 928 Bytes

Contributing

Documentation

The documentation is linked to eslint-kit/docs repo.

Steps to contribute:

  • Fork the repo.
  • (optional) Checkout to a new branch.
  • Make changes, commit them.
  • git push to your fork.
  • Create a pull request into the main repo.

CLI / Presets

Everything is located in eslint-kit/eslint-config-kit monorepo.

Steps to contribute:

  • Fork the repo.
  • (optional) Checkout to a new branch.
  • Make changes, cover them with tests (if possible), commit them (any number of times).
  • Run yarn changeset.
    Select the affected packages and their bump type.
    Enter a description for the changelog.
    Commit the newly added files.
    (if you are not sure about the affected packages and their bump type - skip this step)
  • git push to your fork.
  • Create a pull request into the main monorepo.