You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing to LoopBack
2
2
3
-
Contributions to Node.js include code, documentation, answering user questions, and advocating for all types of Node.js users. See our official documentation on loopback.io for more information common to all of our GitHub repositories:
3
+
Contributions to LoopBack include code, documentation, answering user questions, and advocating for all types of LoopBack users. See our official documentation on loopback.io for more information common to all of our GitHub repositories:
4
4
5
5
-http://loopback.io/doc/en/contrib/index.html
6
6
@@ -17,16 +17,15 @@ Issues in [strongloop/loopback-next](https://github.com/strongloop/loopback-next
-[Git commit messages](./DEVELOPING.md#commit-message-guidelines) (Note that other repositories like [strongloop/loopback.io](https://github.com/strongloop/loopback.io) use a different [convention](https://loopback.io/doc/en/contrib/git-commit-messages.html).)
Copy file name to clipboardExpand all lines: docs/DEVELOPING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ You may want to configure your IDE or editor to get better support for
22
22
TypeScript too.
23
23
24
24
-[VisualStudio Code](./VSCODE.md)
25
-
-_Missing your favorite IDE/editor here? Pull requests are welcome!_
25
+
-_Missing your favorite IDE/editor here? We would love to have documentation for more IDEs/editors! Please send a pull request to add recommended setup for your tool._
26
26
27
27
Before getting started, it is recommended to configure `git` so that it knows who you are:
28
28
@@ -119,7 +119,7 @@ The **type** must be one of the following:
119
119
120
120
#### scope
121
121
122
-
The **scope** must be a list of one or more packages contained in this monorepo. Eeach scope name must match a directory name in [packages/](../packages), e.g. `core` or `context`.
122
+
The **scope** must be a list of one or more packages contained in this monorepo. Each scope name must match a directory name in [packages/](../packages), e.g. `core` or `context`.
0 commit comments