Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Ramón Souza 2024-09-18 10:41:14 -03:00 committed by GitHub
parent 74fae992bf
commit 620014f978
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,21 +16,27 @@ HOW TO WRITE A GOOD PULL REQUEST?
--> -->
### What does this PR do? ### What does this PR do?
<!-- A brief description of each change being made with this pull request. --> <!-- A brief description of each change being made with this pull request. -->
### Closes Issue(s) ### Closes Issue(s)
<!-- List here all the issues closed by this pull request. Use keyword `closes` before each issue number <!-- List here all the issues closed by this pull request. Use keyword `closes` before each issue number
Closes #123456 Closes #123456
--> -->
Closes # Closes #
### Motivation ### Motivation
<!-- What inspired you to submit this pull request? --> <!-- What inspired you to submit this pull request? -->
### More
### How to test
<!-- List here everything that is necessary for the reviewer to be able to test it completely (docs link, step-by-step, bug cases)
- Is there any specific setup needed, different than the default?
- The linked issue contains all necessary content?
- Have you found any different case that might be tested when you were fixing/implementing it?
-->
### More
<!-- Anything else we should know when reviewing? --> <!-- Anything else we should know when reviewing? -->
- [ ] Added/updated documentation - [ ] Added/updated documentation