-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): add new pull request template
- Loading branch information
Showing
1 changed file
with
34 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,34 @@ | ||
--- | ||
name: Pull Request | ||
about: Create a report to help us improve | ||
title: 'Please add title for this PR' | ||
assignees: nurrony | ||
--- | ||
|
||
## What does this PR do? | ||
|
||
// Please add some description here | ||
|
||
## Are there points in the code the reviewer needs to double check? | ||
|
||
// Please add some brief description here | ||
|
||
## Why was this PR needed? | ||
|
||
// Please add some brief description here | ||
|
||
## Dependent PR Link | ||
|
||
// Please add these as list | ||
|
||
## Screenshots (if relevant) | ||
|
||
// Please add some description here | ||
|
||
## Does this MR meet the acceptance criteria? | ||
|
||
- [ ] Code Commenting | ||
- [ ] Documentation created/updated | ||
- [ ] Conform by the style guides | ||
- [ ] Unit Tests are added for this PR (if applicable) | ||
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) |