22 lines
760 B
Markdown
22 lines
760 B
Markdown
# Pull Request Template
|
|
|
|
Thank you for your contribution!
|
|
|
|
Please fill out the following checklist and provide all relevant information to help us review your pull request.
|
|
|
|
## Description
|
|
|
|
Please include a summary of the change and which issue is fixed (if any). Also describe your motivation and context.
|
|
|
|
Fixes #(issue)
|
|
|
|
## Checklist
|
|
- [ ] My code follows the project style and guidelines
|
|
- [ ] I have performed a self-review of my code
|
|
- [ ] I have tested the changes and they work as expected
|
|
- [ ] I have added tests that prove my fix is effective or that my feature works (if applicable)
|
|
- [ ] I have added necessary documentation (if appropriate)
|
|
|
|
## Additional Information
|
|
|
|
Please add any other information or screenshots that may help the reviewers. |