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" %} +
+ 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 +
++ There are many ways to contribute. You do not have to be an expert in coding. +
+You can:
+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. +
++ You can make sure that the code in our kit is robust and accessible by: +
++ Accessibility issues are labelled accessibility on our project board. +
++ 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 + . +
+ ++ 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. +
+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. +
+