chore: move repo to loopbackio org

Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
This commit is contained in:
Diana Lau 2021-07-13 20:49:00 -04:00
parent 763131642d
commit ab1716c1ff
3 changed files with 36 additions and 4 deletions

View File

@ -2,9 +2,6 @@
Questions: Questions:
https://groups.google.com/forum/#!forum/loopbackjs https://groups.google.com/forum/#!forum/loopbackjs
https://gitter.im/strongloop/loopback https://gitter.im/strongloop/loopback
Immediate support:
https://strongloop.com/api-connect-faqs/
https://strongloop.com/node-js/subscription-plans/
--> -->
# Description/Steps to reproduce # Description/Steps to reproduce

35
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,35 @@
### Contributing ###
Thank you for your interest in `strong-error-handler`, an open source project
as part of LoopBack.
Contributing to `strong-error-handler` is easy. In a few simple steps:
* Ensure that your effort is aligned with the project's roadmap by
talking to the maintainers, especially if you are going to spend a
lot of time on it.
* Make something better or fix a bug.
* Adhere to code style outlined in the [Google C++ Style Guide][] and
[Google Javascript Style Guide][].
* Sign the [Developer Certificate of Origin](#developer-certificate-of-origin)
* Submit a pull request through Github.
### Developer Certificate of Origin
This project uses [DCO](https://developercertificate.org/). Be sure to sign off
your commits using the `-s` flag or adding `Signed-off-By: Name<Email>` in the
commit message.
**Example**
```
git commit -s -m "feat: my commit message"
```
[Google C++ Style Guide]: https://google.github.io/styleguide/cppguide.html
[Google Javascript Style Guide]: https://google.github.io/styleguide/javascriptguide.xml

View File

@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/strongloop/strong-error-handler.git" "url": "https://github.com/loopbackio/strong-error-handler.git"
}, },
"main": "lib/handler.js", "main": "lib/handler.js",
"scripts": { "scripts": {