diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..7de8293677 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +## What/Why/How? + +## Reference + +## Testing + +## Screenshots (optional) + +## Check yourself + +- [ ] Code is linted +- [ ] Tested +- [ ] All new/updated code is covered with tests + +## Security + +- [ ] Security impact of change has been considered +- [ ] Code follows company security practices and guidelines