Skip to content

Commit

Permalink
Iterate content on contribution page
Browse files Browse the repository at this point in the history
  • Loading branch information
sarawilcox committed Dec 10, 2024
1 parent 2612f6d commit aa7f9c7
Showing 1 changed file with 26 additions and 37 deletions.
63 changes: 26 additions & 37 deletions app/views/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ <h1 class="nhsuk-heading-xl" id="contribute-to-the-nhs-prototype-kit">
<a href="{{githubBoardUrl}}?filterQuery=">View project board on GitHub</a>
</p>
<h2 class="nhsuk-heading-l" id="why-contribute-to-the-kit">Why contribute to the kit</h2>
<p>Help keep the kit up-to-date as an accessible and open way to make HTML prototypes of NHS services.</p>
<p>By contributing you will become part of an active and supportive community that will help you learn and develop your skills with the kit.</p>
<p>We will credit you in our update notes and other supporting information, unless you tell us not to.</p>
<p>
If you are employed by NHS England, you will usually be able to use
examples of contributing to the kit as part of your yearly performance
review - talk to your line manager about how to include it in your
performance objectives.
<ul>
<li>Help keep the kit up-to-date as an accessible and open way to make HTML prototypes of NHS services.</li>
<li>Be part of an active and supportive community that will help you learn and develop your skills with the kit.</li>
<li>We will credit you in our update notes and other supporting information, unless you tell us not to.</li>
<li>If you're employed by NHS England, you can use examples of contributing to the kit as part of your performance reviews – talk to your line manager about how to include it in your objectives.</li>
</ul>

</p>
<h2 class="nhsuk-heading-l" id="how-you-can-contribute-to-the-kit">
How you can contribute to the kit
Expand All @@ -52,25 +51,18 @@ <h2 class="nhsuk-heading-l" id="how-you-can-contribute-to-the-kit">
<h3 class="nhsuk-heading-m" id="add-or-improve-documentation-for-people-using-the-kit">
Add or improve content for people using the kit
</h3>
<p>You can also help improve the content for:</p>
<p>You can help improve the content for this website and the pages that people view when they download and install the kit.</p>

<p>This includes:</p>
<ul>
<li>this website</li>
<li>the pages that people view when they download and install the kit</li>
</ul>
<p>
This includes: writing to the
<a href="https://service-manual.nhs.uk/content">NHS content guide</a> (and
<a
href="https://github.com/nhsuk/nhsuk.service-manual.prototype-kit.docs/blob/main/README.md"
>standardising terms that we only use in the kit</a
>) and making the structure of the site easy to use.
</p>
<li>making the guidance easy to understand and use</li>
<li>writing in line with the <a href="https://service-manual.nhs.uk/content">NHS content guide</a> (including standardising terms for <a href="https://github.com/nhsuk/nhsuk.service-manual.prototype-kit.docs/blob/main/README.md">the style guide for the kit in GitHub</a>)</li>
</ul>

<p>
Existing things we want to do for guidance are labelled <a
href="{{githubBoardUrl}}{{githubLabelQuery}}Content"
>content</a
> on our project board on on the lists of things we want to do for
the kit.
>content on our project board in GitHub.</a>
</p>
<h3 class="nhsuk-heading-m" id="do-quality-assurance-or-accessibility-testing">
Do quality assurance or accessibility testing
Expand All @@ -87,9 +79,7 @@ <h3 class="nhsuk-heading-m" id="do-quality-assurance-or-accessibility-testing">
<p>
Accessibility issues are labelled <a
href="{{githubBoardUrl}}{{githubLabelQuery}}Accessibility"
>accessibility</a
> on our project board on on the lists of things we want to do for
the kit.
>accessibility on our project board</a>.
</p>
<h3 class="nhsuk-heading-m"
id="fix-bugs-or-build-new-features-enhancements-for-the-nhs-prototype-kit"
Expand All @@ -99,8 +89,7 @@ <h3 class="nhsuk-heading-m" id="do-quality-assurance-or-accessibility-testing">

<p>
Known bugs that we need to fix are labelled
<a href='{{githubBoardUrl}}{{githubLabelQuery}}"%3Abug%3A+Bug"'>bug</a>
on our project board.
<a href='{{githubBoardUrl}}{{githubLabelQuery}}"%3Abug%3A+Bug"'>bug on our project board.</a>
</p>

<p> Ideas for features are labelled
Expand All @@ -110,11 +99,11 @@ <h3 class="nhsuk-heading-m" id="do-quality-assurance-or-accessibility-testing">
</p>

<p>
We also label bugs or features on the type of code skills needed:
<a href="{{githubBoardUrl}}{{githubLabelQuery}}Javascript">Javascript</a>,
We also label bugs or features by the type of code skills needed:
<a href="{{githubBoardUrl}}{{githubLabelQuery}}Javascript">JavaScript</a>,
<a href="{{githubBoardUrl}}{{githubLabelQuery}}Nunjucks">Nunjucks</a>
or
<a href="{{githubBoardUrl}}{{githubLabelQuery}}SASS%20%2F%20CSS">SASS / CSS</a>
<a href="{{githubBoardUrl}}{{githubLabelQuery}}SASS%20%2F%20CSS">SASS/CSS</a>
.
</p>

Expand All @@ -126,24 +115,24 @@ <h3 class="nhsuk-heading-m" id="improve-the-contribution-process">
possible. Existing things we want to do to improve the contribution
process are labelled
<a href="{{githubBoardUrl}}{{githubLabelQuery}}%22Contribution+process%22"
>contribution</a
>contribution process on the project board</a
>.
</p>
<h2 class="nhsuk-heading-l" id="get-started-with-a-contribution">
Get started with a contribution
</h2>
<p>You can create issues using GitHub for the:</p>
<p>You can:</p>

<ul class="nhsuk-list nhsuk-list--bullet">
<li>
<a href="https://github.com/nhsuk/nhsuk-prototype-kit/"
>prototype kit</a
<a href="https://github.com/nhsuk/nhsuk-prototype-kit/issues"
>create issues for the kit using GitHub</a
>
</li>
<li>
<a
href="https://github.com/nhsuk/nhsuk.service-manual.prototype-kit.docs"
>website for the prototype kit</a
href="https://github.com/nhsuk/nhsuk.service-manual.prototype-kit.docs/issues"
>create issues for the website for the kit using GitHub</a
>
</li>
</ul>
Expand Down

0 comments on commit aa7f9c7

Please sign in to comment.