Submit a new issue only if you are sure it is a missing feature or a bug.
-
Fork the repo and create a branch for your new feature or bug fix.
-
Install NPM packages by
pnpm install && pnpm lefthook install
. -
Run the plugins to check all of plugin's features work well. Run:
pnpm dev
-
Make sure you submit a change specific to exactly one issue. If you have ideas for multiple changes please create separate pull requests.
-
Make eslint pass. Run:
pnpm lint
-
Push to your fork and submit a pull request. A button should appear on your fork its github page afterwards.