From 6ff54525d4506abf56dce310b0a674ffa7bf1335 Mon Sep 17 00:00:00 2001 From: Blake Niemyjski Date: Thu, 8 Feb 2024 09:07:56 -0600 Subject: [PATCH] Removed template --- .github/PULL_REQUEST_TEMPLATE | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE deleted file mode 100644 index 48ace973bc..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE +++ /dev/null @@ -1,26 +0,0 @@ -# Change Summary - -Briefly describe the nature of the change, including the issue being addressed -and the motivation behind it. If applicable, mention any dependencies required -for this change. - -## Type of Change - -- [ ] Bug fix (non-breaking change resolving an issue) -- [ ] New feature (non-breaking change introducing additional functionality) -- [ ] Breaking change (fix or feature causing existing functionality to break) -- [ ] Code style update (formatting, renaming) -- [ ] Refactoring (no functional changes, no API changes) -- [ ] Build-related changes -- [ ] Documentation content changes -- [ ] Test Coverage -- [ ] Other (please describe): - -## Checklist - -- [ ] My code follows the style guidelines of this project (`dotnet format` / `npm run format`) -- [ ] I have thoroughly commented my code, especially in hard-to-understand areas and all public APIs -- [ ] Corresponding changes have been made to the documentation -- [ ] I have implemented test coverage to prove the effectiveness of my fix or the functionality of my feature -- [ ] The GitHub pull request (PR) is up to date with the latest changes in the target branch -- [ ] PR tags accurately reflect the nature of the change (e.g., bug fix, enhancement)