From 60fcf973620aea4b478ffdf51b7cf74f7327f941 Mon Sep 17 00:00:00 2001 From: PiotrWodecki Date: Tue, 30 Sep 2025 09:35:32 +0200 Subject: [PATCH] Update PR template to include doc updates --- .github/PULL_REQUEST_TEMPLATE.md | 21 +++++++++++++++++++++ 1 file changed, 21 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..6f46b82 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ +## Description + +Describe your changes. + +## Motivation and Context + +Why is this change required? What problem does it solve? If it fixes an open +issue, please link to the issue here. + +## Documentation impact + +- [ ] Documentation update required +- [ ] Documentation updated [in another PR](_) +- [ ] No documentation update required + +## 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 + not work as expected)