From 45972fb47e7932a71945f1e1d05b7ee8300da8c5 Mon Sep 17 00:00:00 2001 From: tuyuribr <45042245+tuyuribr@users.noreply.github.com> Date: Mon, 10 Oct 2022 17:45:48 -0300 Subject: [PATCH] Create pull_request_template (#1632) Any Ideas on how to improve this template? https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository Co-authored-by: Rajeh Taher Co-authored-by: Aliyss Snow <33941859+Aliyss@users.noreply.github.com> --- .github/pull_request_template.md | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 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..ad41c05 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,41 @@ +# PR Details + + + +## Description + + + +## Related Issue + + + + +## Motivation and Context + + + + +## How Has This Been Tested + + + + +## Types of changes + + + +- [ ] Dependency change +- [ ] 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) + +## Checklist + + + +- [ ] My code follows the code style of this project. +- [ ] I have updated the documentation accordingly (index.d.ts). + + +