Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 1.07 KB

How to contribute

At first: Thank you for being interested and using my plugin. 😺

Basic steps

  1. Create a fork and checkout your fork.
  2. Run pnpm run preflight.
  3. Create an issue for your feature or fix.
  4. Create a Draft pull request that also references your created issue.
  5. Request me (@Shinigami92) as reviewer.
  6. When you are finished, press the Ready for review.

Working on a pull request

  • Please add tests for your implementation if necessary.
  • Do not change the CHANGELOG.md or version in package.json, that will be my part after merging.
  • Before switching from Draft to Request for review, please perform pnpm run lint and pnpm run format.