-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
docs: update contribution guidelines link and minor fixes #1178
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good in principle, I have two comments to consider. No further review is needed as far as I am concerned.
README.md
Outdated
|Janny Hou|Simon Ho|Kevin Delisle|Rand McKinney| | ||
|[<img src="https://avatars2.githubusercontent.com/u/12554153?v=3&s=60">](http://github.com/jannyHou)|[<img src="https://avatars1.githubusercontent.com/u/1617364?v=3&s=60">](http://github.com/superkhau)|[<img src="https://avatars3.githubusercontent.com/u/2053534?v=3&s=60">](http://github.com/kjdelisle)|[<img src="https://avatars2.githubusercontent.com/u/2925364?v=3&s=60">](http://github.com/crandmck)| | ||
|[![jannyhou]](http://github.com/jannyHou)|[![superkhau]](http://github.com/superkhau)|[![kjdelisle]](http://github.com/kjdelisle)|[![crandmck]](http://github.com/crandmck)| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove both kjdelisle
and crandmck
, they are no longer maintaining the project.
packages/build/README.md
Outdated
@@ -12,7 +12,7 @@ This module contains a set of common scripts and default configurations to build | |||
|
|||
These scripts first try to locate the CLI from target project dependencies and fall back to bundled ones in `@loopback/build`. | |||
|
|||
# Usage | |||
## Usage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW, according to our README guidelines, the correct name for this section is Basic use
.
6a09fa6
to
e3599cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A closing bracket is missing and it messes with the way github parses the code snippet and the readme itself
@@ -204,7 +204,7 @@ strongly discouraged for a few reasons: | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 197: missing a close bracket here
d3842d4
to
2265034
Compare
2265034
to
6fde719
Compare
connected to #988
Checklist
npm test
passes on your machinepackages/cli
were updatedpackages/example-*
were updated