|
1 | 1 | # How to Contribute
|
2 | 2 |
|
3 |
| -## Reporting security issues |
| 3 | +## Reporting Security Issues |
4 | 4 |
|
5 |
| -Please don't open issues for security issues. Instead, file a report at https://www.npmjs.com/advisories/report?package=handlebars |
| 5 | +Please refer to our [Security Policy](https://github.com/handlebars-lang/handlebars.js/blob/master/SECURITY.md). |
6 | 6 |
|
7 | 7 | ## Reporting Issues
|
8 | 8 |
|
9 |
| -Please see our [FAQ](https://github.com/handlebars-lang/handlebars.js/blob/master/FAQ.md) for common issues that people run into. |
| 9 | +Please refer to our [FAQ](https://github.com/handlebars-lang/handlebars.js/blob/master/FAQ.md) for common issues that people run into. |
10 | 10 |
|
11 | 11 | Should you run into other issues with the project, please don't hesitate to let us know by filing an [issue][issue]!
|
12 | 12 |
|
13 |
| -In general we are going to ask for an **example** of the problem failing, which can be as simple as a jsfiddle/jsbin/etc. We've put together a jsfiddle **[template][jsfiddle]** to ease this. (We will keep this link up to date as new releases occur, so feel free to check back here). |
| 13 | +In general, we are going to ask for an **example** of the problem failing, which can be as simple as a jsfiddle/jsbin/etc. We've put together a jsfiddle **[template][jsfiddle]** to ease this. (We will keep this link up to date as new releases occur, so feel free to check back here). |
14 | 14 |
|
15 | 15 | Pull requests containing only failing tests demonstrating the issue are welcomed and this also helps ensure that your issue won't regress in the future once it's fixed.
|
16 | 16 |
|
@@ -94,7 +94,7 @@ You can use the following scripts to make sure that the CI job does not fail:
|
94 | 94 | - **npm run lint** will run `eslint` and fail on warnings
|
95 | 95 | - **npm run format** will run `prettier` on all files
|
96 | 96 | - **npm run check-before-pull-request** will perform all most checks that our CI job does in its build-job, excluding the "integration-test".
|
97 |
| -- **npm run integration-test** will run integration tests (using old NodeJS versions and integrations with webpack, babel and so on) |
| 97 | +- **npm run test:integration** will run integration tests (using old NodeJS versions and integrations with webpack, babel and so on) |
98 | 98 | These tests only work on a Linux-machine with `nvm` installed (for running tests in multiple versions of NodeJS).
|
99 | 99 |
|
100 | 100 | ## Releasing the latest version
|
|
0 commit comments