-
-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create pull_request_template.md (#902)
- Loading branch information
1 parent
b7bb16d
commit 6104399
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## Pull Request | ||
|
||
**Summary:** | ||
<!-- Provide a brief summary of the changes in this pull request --> | ||
|
||
**Related Issue:** | ||
<!-- If applicable, reference the GitHub issue that this pull request resolves --> | ||
|
||
**Description:** | ||
<!-- Elaborate on the changes made in this pull request. What motivated these changes? --> | ||
|
||
**Testing:** | ||
<!-- Describe the steps you've taken to test the changes. Include relevant information for other contributors to verify the modifications --> | ||
|
||
**Screenshots (if applicable):** | ||
<!-- Include any relevant screenshots or GIFs that demonstrate the changes --> | ||
|
||
**Checklist:** | ||
<!-- Make sure all of these items are completed before submitting the pull request --> | ||
|
||
- [ ] Code follows the project's coding standards | ||
- [ ] Tests have been added or updated to cover the changes | ||
- [ ] Documentation has been updated (if applicable) | ||
- [ ] All existing tests pass | ||
- [ ] Conforms to the contributing guidelines | ||
|
||
**Additional Notes:** | ||
<!-- Any additional information or notes for the reviewers --> |