Type of issue | Priority |
---|---|
Minor improvements, non-core feature requests | |
Confusing UX (… but working) | |
Core Features (Booking page, availability, timezone calculation) | |
Core Bugs (Login, Booking page, Emails are not working) |
main
. This is the branch that all pull
requests should be made against. The changes on the main
branch are tagged into a release monthly.
To develop locally:
refs #XXX
or fixes #XXX
to the PR description. Replacing XXX
with the respective issue number. See more about Linking a pull request to an issue
.yarn.lock
unless you’ve made changes to the package.json
. If you’ve already committed yarn.lock
unintentionally, follow these steps to undo:
If your last commit has the yarn.lock
file alongside other files and you only wish to uncommit the yarn.lock
:
yarn.lock
:
yarn.lock
was committed a while ago and there have been several commits since, you can use the following steps to revert just the yarn.lock
changes without impacting the subsequent changes:
yarn.lock
was unintentionally committed. You can do this by viewing the Git log:
yarn.lock
:
yarn.lock
, commit this change: