At first: Thank you for being interested and using my plugin. 😺
- Create a fork and checkout your fork.
- Run
pnpm run preflight
. - Create an issue for your feature or fix.
- Create a
Draft
pull request that also references your created issue.
- Request me (@Shinigami92) as reviewer.
- When you are finished, press the
Ready for review
.
- Please add tests for your implementation if necessary.
- Do not change the
CHANGELOG.md
orversion
inpackage.json
, that will be my part after merging. - Before switching from
Draft
toRequest for review
, please performpnpm run lint
andpnpm run format
.