From da79c5a70062565e0f44220feada0281adb10d9d Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Tue, 3 Nov 2020 10:02:55 +1300 Subject: Add PR template (#16645) * Add PR template * Update pull_request_template.md * Update pull_request_template.md --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/pull_request_template.md (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..53bd65975e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +### Description: + +Please include a description of this change and which issue it fixes. If no issue exists yet please include context and what problem it solves. + +### Review + +* [ ] Functional review done +* [ ] Usability review done (is anything maybe unclear or think about anything that would cause people to reach out to support) +* [ ] Security review done +* [ ] Code review done +* [ ] Tests were added if useful/possible +* [ ] Reviewed for breaking changes +* [ ] Developer changelog updated if needed +* [ ] Documentation added if needed +* [ ] Existing documentation updated if needed -- cgit v1.2.3