From 7c37de9348fa26079dde00fad6e646c7a03282c2 Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Mon, 21 Feb 2022 16:38:58 +0100 Subject: [PATCH] meta: add pull request template --- .github/pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..61f9fc3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +## Summary + +Brief explanation of the proposed changes. + +## Basic example + +Include a basic example, screenshots, or links. + +## Motivation + +Why are we doing this? What use cases does it support? What is the expected outcome? + +## Checks + +- [ ] Read [Create a Pull Request](https://getdoks.org/docs/contributing/how-to-contribute/#create-a-pull-request) +- [ ] Supports all screen sizes (if relevant) +- [ ] Supports both light and dark mode (if relevant) +- [ ] Passes `npm run test`