From 147213cea01579c6c18c8979fa06079e80e88659 Mon Sep 17 00:00:00 2001 From: Siarhei Dudko Date: Wed, 3 Nov 2021 19:01:10 +0300 Subject: [PATCH] add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++++ 1 file changed, 19 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 0000000..6208f68 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +## PR Type + +What kind of change does this PR introduce? + +``` +[ ] Bugfix +[ ] Feature +[ ] Code style update (formatting, local variables) +[ ] Refactoring (no functional changes, no api changes) +[ ] Build related changes +[ ] CI related changes +[ ] Documentation content changes +[ ] Tests +[ ] Other +``` + +## Notes + +What's new? Backward compatibility restrictions. Additional information.