diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..77a82861 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,40 @@ + +# Description + + +❓**What**: + +🧠**Why?**: + +👨‍💻**How?**: + +# Checklist: +Have checked for the following: +- [ ] The website still builds correctly, and you can view it using `mkdocs serve`. +- [ ] There are no new "warnings" from mkdocs +- [ ] Does your page follow the [page template](https://nhsdigital.github.io/rap-community-of-practice/example_RAP_CoP_page/) (or [here in Markdown](https://github.com/NHSDigital/rap-community-of-practice/blob/main/docs/example_RAP_CoP_page.md))? (**need to make a new one specific to NHSE Data Science**) +- [ ] Spelling errors +- [ ] Consistent capitalization +- [ ] Consistent numbers +- [ ] Material features incorrectly implemented: search for code blocks and markers (e.g. !!!). +- [ ] Code snippets don't work +- [ ] Images not working +- [ ] Links not working + +## Where it was tested + +- Github Codespaces - 2-core, 4GB RAM, 32GB hard drive +- devcontainer.json describes further settings \ No newline at end of file