Skip to content

Commit

Permalink
Refactor pull request template to enhance section headings for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
codeperfectplus committed Jan 4, 2025
1 parent f1030b0 commit acbeeee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## What have you changed in the codebase?
**What have you Changed**
<!--
Briefly explain what you have changed or fixed.
Keep it concise and clear.
-->

## Issue Number (must be provided)
**Issue Number (must be provided)**
<!--
Refer to the relevant issue by adding its number here, for example: #123
-->

## Checklist (Tick after making the pull request)
**Checklist (Tick after making the pull request)**

- [x] Only one change or fix in this Pull Request.
- [x] Code is linted with flake8 and follows clean code principles.
Expand Down

0 comments on commit acbeeee

Please sign in to comment.