Skip to content

Commit 71a17c2

Browse files
authored
Create pull_request_template.md (#332)
Add a pull request template to standardize submissions. Signed-off-by: Djalma Araújo <[email protected]>
1 parent f89c2fd commit 71a17c2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!-- Prefix your title above in brackets with one of
2+
("Bug Fix", "Feature", "Documentation", "Maintenance", "Hotfix", "Improvement")
3+
E.g. [Feature] -->
4+
5+
## Related issue
6+
<!-- Include a GitHub issue number issue link. -->
7+
<!-- If there is no issue being resolved, please consider opening one before creating this pull request. -->
8+
Related to #[issue number]
9+
10+
11+
## Description
12+
<!-- Concisely describe what the pull request does, explaining the decision(s) you made if necessary. -->
13+
14+
15+
Before | After
16+
:-------------------------:|:-------------------------:
17+
replace me with screenshot of `main` or prod (if applicable) | replace me with screenshot of this branch's changes
18+
19+
20+
## Testing instructions
21+
<!-- Give steps for the reviewer to verify that this PR fixes the problem or the feature works as expected. -->
22+
<!-- Consider alternatives to the happy path. -->

0 commit comments

Comments
 (0)