Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation update
If adding or updating a resource:
{
"name": "Resource Name",
"lat": 49.2811,
"lng": -123.1005,
"type": "Category",
"description": "Brief description",
"hours": "Operating hours",
"phone": "xxx-xxx-xxxx",
"address": "Street address",
"status": "open/closed/unknown"
}- I have performed a self-review of my code
- I have commented my code, particularly in hard-to-understand areas
- I have made corresponding changes to the documentation
- My changes generate no new warnings
- I have tested on multiple browsers
- I have tested on mobile devices
- I have verified accessibility (screen reader, keyboard navigation)
- My code follows the style guidelines of this project
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas
- I have made corresponding changes to the documentation
- My changes generate no new warnings
- I have added tests that prove my fix is effective or that my feature works
- New and existing unit tests pass locally with my changes
- Any dependent changes have been merged and published in downstream modules