From 40e218d3c87a0086923533bd17fd94437e237cf0 Mon Sep 17 00:00:00 2001 From: Shelby Potts Date: Fri, 7 Mar 2025 20:52:40 -0600 Subject: [PATCH] simple pr template --- .github/pull_request_template.md | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8e5b736..8033615 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,31 +1,2 @@ ## [Summary]() *Provide a brief summary of the changes in this PR and link to the relevant issue(s) if applicable.* - - - -### Current Behavior -*Please describe the current behavior that you are modifying.* - - - -### New Behavior -*Please describe the behavior or changes that are being added by this PR.* - - - -#### Does this new change introduce a breaking change? - -- [ ] Yes -- [ ] No - - -If this introduces a breaking change: - 1. Describe the impact on the application below. - 2. Update the BREAKING.md file with the breaking change. - 3. Add "BREAKING CHANGE: [...]" to the commit description when merging. - 4. Create a ticket on the GitHub Project board to address the issue later. - - -### Other Information -*Any other information that is useful to note: visual changes, dependency changes, etc.* -