Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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
34 changes: 34 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!--
See http://loopback.io/doc/en/contrib/triaging-pull-requests.html to understand
the MINIMUM requirements for submitting pull requests.
-->

### Type of change

<!--
See http://semver.org/ for more info.
-->

- [ ] SEMVER-MAJOR -- Backwards-incompatible changes
- [ ] SEMVER-MINOR -- Add functionality in a backwards-compatible manner
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make it consistent? Either backward or backwards?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, its a typo.

- [ ] SEMVER-PATCH -- Backwards-compatible bug fixes

### Description of change(s)



### Link(s) to related GitHub issues



### Checklist

- [ ] CLA signed
- [ ] Commit message conforms with the [Git commit message
guidelines](http://loopback.io/doc/en/contrib/git-commit-messages.html)
- [ ] New tests are added to cover all changes
- [ ] Code passes `npm test`
- [ ] Code conforms with the [style
guide](http://loopback.io/doc/en/contrib/style-guide.html)
- [ ] All CI builds are passing (semi-required, left up to discretion of the
reviewer)