Skip to content

Commit

Permalink
Improve Pull request template - generated by AIPR #1040 (#1041)
Browse files Browse the repository at this point in the history
* [create-pull-request] automated change

* Update pull_request_template.md

---------

Co-authored-by: GitHub Actions Bot powered by AIPR <[email protected]>
Co-authored-by: Alexandre Magno <[email protected]>
  • Loading branch information
3 people authored Jan 17, 2024
1 parent cc17baf commit 253d8dd
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
# Pull Request Template

> Closes #00
## Description
Provide a brief description of the changes made in this pull request.

## Purpose
Explain the purpose of this pull request and the problem it aims to solve.

## Solution
Provide a detailed explanation of the solution implemented and any relevant information. Include any code changes or new features.

## Screenshots
Include any relevant screenshots or images to showcase the changes made.

## Checklist
- [ ] Code has been tested and works as intended
- [ ] Properly documented code
- [ ] Follows coding standards and guidelines
- [ ] All tests pass
- [ ] No conflicts with current codebase
- [ ] Code has been reviewed by at least one other team member

## Related Issues
Link any related issues that this pull request addresses.

## Additional Notes
Include any additional notes or information that may be relevant to this pull request.

## Contributor Guidelines
Please ensure that your pull request follows the guidelines outlined in the project's [CONTRIBUTING.md](https://github.com/<username>/<repository>/blob/master/CONTRIBUTING.md) file.

Thank you for your contribution!

0 comments on commit 253d8dd

Please sign in to comment.