Skip to content

Commit 586c82f

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents 524b0ff + 7b7bf06 commit 586c82f

File tree

17 files changed

+998
-978
lines changed

17 files changed

+998
-978
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ When filing an [issue][stdlib-issues], provide the following, where possible:
6161
- The expected results.
6262
- List of affected environments (e.g., browser, browser version, `npm` version, Node.js version, operating system, and stdlib version).
6363

64-
When pasting code blocks or output, use triple backticks to enable proper formatting. Surround inline code with single backticks. For other Markdown formatting tips and trips, see GitHub's [Markdown guide][github-markdown-guide].
64+
When pasting code blocks or output, use triple backticks to enable proper formatting. Surround inline code with single backticks. For other Markdown formatting tips and tricks, see GitHub's [Markdown guide][github-markdown-guide].
6565

6666
Be aware that the `@` symbol tags users on GitHub, so **always** surround package names with backticks (e.g., `@stdlib/utils/copy`).
6767

@@ -87,7 +87,7 @@ If you have found a bug that you would like to fix,
8787

8888
If you want to contribute a new feature or a breaking change to stdlib, be sure to
8989

90-
- consult the [Gitter][stdlib-gitter] channel to discuss ideas and to gather feedback as to whether a feature would be better developed as an external package. Discussing the design upfront helps ensure that we're ready to accept to your work.
90+
- consult the [Gitter][stdlib-gitter] channel to discuss ideas and to gather feedback as to whether a feature would be better developed as an external package. Discussing the design upfront helps ensure that we're ready to accept your work.
9191
- write an RFC (request for comments) detailing the proposed change and submit as an issue on the project GitHub issue tracker.
9292
- wait for RFC approval.
9393
- submit a [pull request][stdlib-pull-requests], making sure to adhere to the guidance set forth in the RFC.

GOVERNANCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ New Core Contributors can be nominated by any existing Core Contributors. Once t
4848

4949
The TSC can remove inactive Core Contributors or provide them with _emeritus_ status. Emeriti may request that the TSC restore them to active status.
5050

51-
A Core Contributor is automatically made emeritus (and removed from active Core Contributor status) if more than 18 months has passed since the Core Contributor authored or approved a Pull Request that has landed.
51+
A Core Contributor is automatically made emeritus (and removed from active Core Contributor status) if more than 18 months have passed since the Core Contributor authored or approved a Pull Request that has landed.
5252

5353
##### Core Contributor Activities
5454

@@ -150,7 +150,7 @@ Substantial portions of this document were adapted from the following governance
150150

151151
- [NumPy][numpy-governance]
152152
- [Node.js][nodejs-governance]
153-
- [Sckit-learn][scikit-learn-governance]
153+
- [Scikit-learn][scikit-learn-governance]
154154

155155
## License
156156

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Thank you for being a part of our community! Your support is invaluable to us!
162162

163163
To accommodate various use cases, stdlib can be used in multiple ways. The preferred method of use depends on your individual use case. We've provided some user stories to help you identify the best approach. 😃
164164

165-
While this project's installation instructions defaults to using [npm][npm] for package management, installation via other package managers, such as [yarn][yarn], should be a matter of simply swapping out [npm][npm] commands with those of the relevant package manager.
165+
While this project's installation instructions default to using [npm][npm] for package management, installation via other package managers, such as [yarn][yarn], should be a matter of simply swapping out [npm][npm] commands with those of the relevant package manager.
166166

167167
### User Stories
168168

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Our disclosure policy is as follows:
107107

108108
- Depending on the outcome of validation, the primary handler will communicate to the individual who submitted the potential vulnerability one of the following possible responses:
109109

110-
- **Acceptance**: what was reported is a considered a new vulnerability.
110+
- **Acceptance**: what was reported is considered a new vulnerability.
111111
- **Rejection**: what was reported is not considered a new vulnerability.
112112
- **Needs more information**: we need more information in order to evaluate what was reported.
113113

0 commit comments

Comments
 (0)