All new feature work should belong in a feature branch that is branched off of develop
.
Before you submit your Pull Request (PR), do the following:
-
Pull latest changes from
develop
into feature branch and resolve any merge conflicts. -
Update
CHANGELOG.md
to include a short description of your change in the next unreleased version. -
Run linting and fix any issues that arise from linting:
pnpm lint
-
In GitHub, open a pull request to merge into
develop
.