-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from yml-org/feat/added-pull-request-template
[FEAT] Added Pull Request template
- Loading branch information
Showing
1 changed file
with
42 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,42 @@ | ||
## :loudspeaker: Type of change | ||
<!--- Put an `x` in the boxes that apply, remove checkboxes from remaining | ||
--> | ||
|
||
- [ ] Bugfix | ||
- [ ] New feature | ||
- [ ] Enhancement | ||
- [ ] Refactoring | ||
|
||
## :scroll: Description | ||
<!--- Describe your changes in detail --> | ||
|
||
## :bulb: Motivation and Context | ||
<!--- Why is this change required? What problem does it solve? --> | ||
<!--- If it fixes an open issue, please link to the issue here. --> | ||
|
||
## :green_heart: How did you test it? | ||
<!--- Describe how the changes were tested --> | ||
|
||
## :pencil: Checklist | ||
<!--- Put an `x` in the boxes that apply, remove checkboxes from remaining | ||
--> | ||
|
||
- [ ] I reviewed submitted code | ||
- [ ] I added tests to verify changes | ||
- [ ] All tests passing | ||
- [ ] All linters passing | ||
- [ ] There are no code climate issues | ||
|
||
## :crystal_ball: Next steps | ||
<!--- Describe any changes that need to be made after merging this PR --> | ||
<!--- Describe any changes that you would like to make after merging this | ||
PR --> | ||
|
||
## :camera_flash: Screenshots / GIFs | ||
<!--- Mandatory for UI changes --> | ||
<!-- Uncomment the next line and replace it with links to your | ||
screenshots. --> | ||
<!-- | ||
<img src="https://placekitten.com/260/260" width="260">  | ||
<img src="https://placekitten.com/300/300" width="260">  | ||
→ |