Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Added Pull Request template #11

Merged
merged 1 commit into from
Feb 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;