From e0e5c88658a6ea4bdab733ed61eec422b180855a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Barto=C5=A1ka?= <76958047+VojtechBartoska@users.noreply.github.com> Date: Mon, 26 Jul 2021 14:37:14 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md (#5439) Adding first version of PULL_REQUEST_TEMPLATE.md. The purpose of this template is to improve and simplify writing more accurate Release Notes. --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..b1ca4081 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +---------------------------------------------------------------------------------------------------------------------------------------------------- +This entire section can be deleted if all items are checked. + +*By completing this PR sufficiently, you help us to improve the quality of Release Notes* + +### Checklist + +1. [ ] Please provide specific title of the PR describing the change, including the component name (eg."Update of Documentation link on Readme.md") +2. [ ] Please provide related links (eg. Issue, other Project, submodule PR..) +---------------------------------------------------------------------------------------------------------------------------------------------------- + +## Summary +Please describe your proposed PR and what it contains. + +## Impact +Please describe impact of your PR and it's function.