From db535e1bbdcf4c3937983fb239d5f35a9bfebc87 Mon Sep 17 00:00:00 2001 From: Kasey FItton Date: Sat, 4 Jan 2025 02:39:18 +0000 Subject: [PATCH] feat(.github): PR template --- .github/pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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 00000000..30db5c2b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ +### Description + + +--- +### Motivation + + +--- + +### **Implementation Details** + +--- + +### Usage Example + +--- + +### PR Checklist +- [] My commit messages and PR title follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard. +- [] My changes have been tested locally and function as expected. +- [] My PR does not introduce any breaking changes. +- [] I have provided a clear explanation of what my PR does, including the reasoning behind the changes and any relevant context.