From d5c3d75ff208ffe6c8d56db719bba06795c64f66 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sun, 5 Oct 2025 21:42:17 +0000 Subject: Add a GitHub pull request template. --- .github/pull_request_template.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/pull_request_template.md (limited to '.github/pull_request_template.md') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..fca2dfb79 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,25 @@ +## Description + + +## Motivation and Context + + + +## How Has This Been Tested? + + +## Screenshots (if appropriate) + + +## Types of Changes + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Refactoring (non-breaking change) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +## Checklist + + +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. -- cgit v1.2.3-54-g00ecf