feat: support pickup booking date ranges
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
|
||||
## Commit & Pull Request Guidelines
|
||||
- Follow conventional commits (e.g., `feat: add mqtt auth fields`, `fix: debounce config saves`) and keep subjects ≤72 characters.
|
||||
- After every change, refresh `.commitmessage` with the final commit text and ensure it is staged (e.g., `git add -f .commitmessage`) so tooling can reuse it automatically.
|
||||
- Reference issues or MQTT topics impacted inside the body, and describe user-visible changes plus verification steps.
|
||||
- PRs must include: summary of API/UI changes, screenshots or JSON samples when modifying config shape, notes on new env vars, and confirmation that `npm test` and `npm run build` succeed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user