diff --git a/app/views/contribute.html b/app/views/contribute.html new file mode 100644 index 0000000..1dfd97e --- /dev/null +++ b/app/views/contribute.html @@ -0,0 +1,146 @@ +{% extends 'layout.html' %} +{% block pageTitle %} + Contribute - NHS prototype kit +{% endblock %} +{% block beforeContent %} + {{ breadcrumb({ href: "/", text: "Home" }) }} +{% endblock %} +{% block content %} + +{# the board is a long string to this is made a variable for consistency #} +{% set githubBoardUrl = "https://github.com/orgs/nhsuk/projects/24/views/1" %} +{% set githubLabelQuery = "?filterQuery=label%3A" %} +
+
+

+ Contribute +

+

+ The NHS prototype kit is a community project supported by the NHS service + manual team. Anyone can help make it better. +

+

+ View project board on GitHub +

+

Why contribute to the kit

+ + +

+

+ How you can contribute to the kit +

+

+ There are many ways to contribute. You do not have to be an expert in coding. +

+

You can:

+ + +

+ Add or improve content for people using the kit +

+

You can help improve the content for this website and the pages that people view when they download and install the kit.

+ +

This includes:

+ + +

+ Existing things we want to do for guidance are labelled content on our project board in GitHub. +

+

+ Do quality assurance or accessibility testing +

+

+ You can make sure that the code in our kit is robust and accessible by: +

+ +

+ Accessibility issues are labelled accessibility on our project board. +

+

+ Fix bugs or build new features +

+ +

+ Known bugs that we need to fix are labelled + bug on our project board. +

+ +

Ideas for features are labelled + type: enhancement 💡. +

+ +

+ We also label bugs or features by the type of code skills needed: + JavaScript, + Nunjucks + or + SASS/CSS + . +

+ +

+ Improve the contribution process +

+

+ We want to make the process of contributing as easy and as accessible as + possible. Existing things we want to do to improve the contribution + process are labelled + contribution process on the project board. +

+

+ Get started with a contribution +

+

You can:

+ + + +

+ The team and wider community usually review new issues at least once a + week and will add comments about what will happen next. +

+
+
+{% endblock %} diff --git a/app/views/layout.html b/app/views/layout.html index 0d76ede..f04e64a 100755 --- a/app/views/layout.html +++ b/app/views/layout.html @@ -24,6 +24,10 @@ label: "About", URL: "/about" }, + { + label: "Contribute", + URL: "/contribute" + }, { label: "Support", URL: "/support"