meta: add pull request template

This commit is contained in:
Henk Verlinde 2022-02-21 16:38:58 +01:00
parent baa812caeb
commit 7c37de9348
1 changed files with 18 additions and 0 deletions

18
.github/pull_request_template.md vendored Normal file
View File

@ -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`