diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..15f8e7668 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### Description + +_A brief description of the changes, what and how is being changed._ + +### Tested + +_Explain how the change has been tested (for example by manual testing, unit tests etc) or why it's not necessary (for example version bump)._ + +### How to QA + +_How can the change be tested in a repeatable manner?_