Skip to content

Commit

Permalink
update pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgiakatos committed Nov 8, 2024
1 parent 9af82bc commit 0dfabef
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<!--- Provide a general summary of your changes in the Title above -->

## Description

<!--- Describe your changes in detail -->
<!--- Why is this change required? What problem does it solve? -->

## Related issue

<!--- Please link to the issue here. -->
<!--- Replace '000' with the issue number. -->
<!--- Do not include a URL. -->

#000

## How Has This Been Tested?

Expand All @@ -19,15 +20,15 @@

## Types of changes

<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
<!--- What types of changes does your code introduce? Put an 'x' in all the boxes that apply: -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Checklist:

<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- Go over all the following points, and put an 'x' in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->

- [ ] My code follows the code style of this project.
Expand Down

0 comments on commit 0dfabef

Please sign in to comment.