From 27bbc785d3f993f1c543867bdd9d7a2a6ea072f5 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Thu, 14 Jan 2021 10:21:46 +0100 Subject: [PATCH] add PULL_REQUEST_TEMPLATE --- .github/pull_request_template.md | 58 ++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e69de29bb..179498c09 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -0,0 +1,58 @@ + + +## Description + + +## Related Issue + + + + +- Fixes + +## Motivation and Context + + +## How Has This Been Tested? + + + +- test environment: +- test case 1: +- test case 2: +- ... + +## Screenshots (if appropriate): + +## Types of changes + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] Technical debt +- [ ] Tests only (no source changes) + +## Checklist: + + +- [ ] Code changes +- [ ] Unit tests added +- [ ] Acceptance tests added +- [ ] Documentation ticket raised: +