How to publish a design history entry
To publish a design history post, you need to use GitHub and Markdown.
If you need any help with this, ask on the Slack channel – #dpsp-design-histories.
How to become a contributor
You need three things to contribute:
- Create a free GitHub account
- Join NHS Digital on GitHub – see how to request access
- Get contributor access to this project on GitHub – ask an existing team member to add you
How to publish a post
- Create a branch. The name of the branch doesn’t matter too much but you could name it after your post title.
- Add a new markdown file in
app/posts/[service-name]/YYYY/MM/[post-name].md
. It’s often easier to duplicate an existing post. That way, you will have the headers that contain basic information that all posts need. - Edit the post with your content – make sure it has a title and date.
- If you have images, add them to a folder in
app/images/[service-name]/YYYY/MM/[post-name]/
. - Open a pull request with your changes and ask for someone to review it. A preview will be available linked from the pull request.
- Once it’s reviewed, you can merge the pull request and the post will appear live within a minute or so.