You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/guide/how-to-publish.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,17 @@ eleventyNavigation:
8
8
9
9
To publish a design history post, you need to use [GitHub](https://github.com) and [Markdown](https://www.markdownguide.org).
10
10
11
-
If you need any help with this, ask on the Slack channel – [#dpsp-prof-ucd](https://nhsdigitalcorporate.enterprise.slack.com/archives/C06DGMH1XUN).
11
+
If you need any help with this, ask on the Slack channel – [#dpsp-design-histories](https://nhsdigitalcorporate.enterprise.slack.com/archives/C08JN2TJH2P).
12
12
13
-
To contribute you will need a free GitHub account, and for your account to be added to this project.
13
+
## How to become a contributor
14
14
15
-
Once this is done, these steps:
15
+
You need three things to contribute:
16
+
17
+
1. Create a free [GitHub](https://github.com) account
18
+
2. Join NHS Digital on GitHub – see [how to request access](https://nhs.sharepoint.com/sites/X26_EngineeringCOE/SitePages/GitHub-User---how-to-request-access.aspx)
19
+
3. Get contributor access to [this project on GitHub](http://github.com/NHSDigital/prevention-services-design-history/) – ask an existing team member to add you
20
+
21
+
## How to publish a post
16
22
17
23
1. Create a branch. The name of the branch doesn’t matter too much but you could name it after your post title.
18
24
2. 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.
0 commit comments