Skip to content

Commit

Permalink
docs: enhance the PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 17, 2023
1 parent 0f73c3d commit bf20364
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,22 @@

- Fixes #[Add issue number here.]

## Describe Changes

## Changes
<!-- Describe your changes in detail, if applicable. -->
_Describe what this Pull Request does_

## Testing
<!-- Describe how the changes can be tested -->
_Describe the testing that has been done or needs to be done_

## Screenshots
<!-- If applicable, add screenshots to help explain your changes -->
_Add any relevant screenshots_

## Dependencies
<!-- List any dependencies that are required for this change -->
_List dependencies_

## Breaking Changes
<!-- Does this PR contain any breaking changes? -->
_Describe any breaking changes_

0 comments on commit bf20364

Please sign in to comment.