Skip to content

Commit

Permalink
Merge pull request #11 from yml-org/feat/added-pull-request-template
Browse files Browse the repository at this point in the history
[FEAT] Added Pull Request template
  • Loading branch information
kikoso authored Feb 6, 2023
2 parents ca7dd53 + c6e7889 commit e7009ee
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/pull_request_template.md
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">&emsp;
<img src="https://placekitten.com/300/300" width="260">&emsp;

0 comments on commit e7009ee

Please sign in to comment.