Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron authored Aug 15, 2024
1 parent 9e0028a commit c12ea2c
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
#### Link to ticket

Please add a link to the GitHub issue being addressed by this change.

#### Description

Please include a short description of the suggested change and the reasoning behind the approach you have chosen.

#### Screenshot of the result

If your change affects the user interface, you should include a screenshot of the result with the pull request.
#### Link to ticket

#### Checklist
Please add a link to the GitHub issue being addressed by this change.

- [ ] My code passes all test cases.
- [ ] My code passes our static analysis suite.
- [ ] My code passes our continuous integration process.
### Type

If your code does not pass the requirements on the checklist, you should add a comment explaining why this change
should be exempt from the list.
[] Fix
[] Feature
[] Cleanup

#### Additional comments or questions
#### Screenshot of the result

If you have any further comments or questions for the reviewer, please add them here.
If your change affects the user interface, you should include a screenshot of the result with the pull request.

0 comments on commit c12ea2c

Please sign in to comment.