From 95b47b503b747f5b2b9cfac2992eb8b5bead23e1 Mon Sep 17 00:00:00 2001 From: PiotrWodecki Date: Tue, 30 Sep 2025 09:53:49 +0200 Subject: [PATCH] Update PR template to include doc updates --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 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..660d963 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## 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