From df89e68eab3631c09351ef53ad282b0f42840f8d Mon Sep 17 00:00:00 2001 From: Vipin Menon Date: Fri, 5 Apr 2024 19:32:01 +0530 Subject: [PATCH] chore: Update PR Template Make the template more "appealing" --- .github/PULL_REQUEST_TEMPLATE.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 20ad972..5412356 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,22 +4,22 @@ ## Does this introduce a breaking change? -``` -[ ] Yes -[ ] No -``` + +- [ ] Yes +- [ ] No + ## Pull Request Type What kind of change does this Pull Request introduce? -``` -[ ] Bugfix -[ ] Feature -[ ] Refactoring (no functional changes, no api changes) -[ ] Documentation content changes -[ ] Other... Please describe: -``` + +- [ ] Bugfix +- [ ] Feature +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Documentation content changes +- [ ] Other... Please describe: + ## How to Test