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
Draftpull 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.mdorversioninpackage.json, that will be my part after merging. - Before switching from
DrafttoRequest for review, please performpnpm run lintandpnpm run format.