From 7838fc96317530a4b90e1c0f54ee3403741cb3b5 Mon Sep 17 00:00:00 2001 From: woocheol Date: Wed, 4 Mar 2026 16:09:44 +0900 Subject: [PATCH] Remove "Type of change" section from PR default template Signed-off-by: woocheol --- .github/PULL_REQUEST_TEMPLATE.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 10ddc32..a327490 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,15 +1,4 @@ ## Description - -## Type of change - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Documentation update -- [ ] Refactoring, Maintenance -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - + --> \ No newline at end of file