-
Notifications
You must be signed in to change notification settings - Fork 141
Add UK local area dashboard blog post #2653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a new blog post announcing the UK local area dashboard in PolicyEngine, updates site metadata, and records the change in the release notes.
- Added a new entry in
src/posts/posts.json
for the UK local area dashboard post - Created the markdown content file
uk-local-area-dashboard.md
with analysis, images, and methodology - Updated
changelog_entry.yaml
to reflect the addition
Reviewed Changes
Copilot reviewed 3 out of 13 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
src/posts/posts.json | Added metadata for “Analysing UK policy at the local level” post |
src/posts/articles/uk-local-area-dashboard.md | New blog post content with links, figures, and methodology |
changelog_entry.yaml | Changed version bump and listed the new dashboard post |
Comments suppressed due to low confidence (3)
changelog_entry.yaml:1
- Changing the bump level from 'minor' to 'patch' may conflict with semantic versioning, since adding a new feature (blog post) is typically a minor bump. Consider retaining 'minor' to reflect this addition.
- bump: patch
changelog_entry.yaml:4
- The 'added' list now only contains the new dashboard post; verify that the existing 'Add detailed childcare policy analysis report' entry was not removed unintentionally.
- Add UK local area dashboard post
src/posts/articles/uk-local-area-dashboard.md:7
- The trailing '.' italicizes the period; move the period outside the italics (e.g.,
...](link).
) for proper formatting.
[_See new estimates for your local area here_](https://uk-local-areas-dashboard-578039519715.us-central1.run.app/)_._
Fixes #2654