Merge pull request #4393 from jundi14/jundi14-patch-1

Fix typo in contributing doc
This commit is contained in:
Jim LAURIE 2019-10-29 21:16:22 +01:00 committed by GitHub
commit 176af830f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ Before submitting an issue you need to make sure:
- You have tried all the following (if relevant) and your issue remains: - You have tried all the following (if relevant) and your issue remains:
- Make sure you have the right application started. - Make sure you have the right application started.
- Make sure the [issue template](.github/ISSUE_TEMPLATE) is respected. - Make sure the [issue template](.github/ISSUE_TEMPLATE) is respected.
- Make sure your issue body is readable and [well formated](https://guides.github.com/features/mastering-markdown). - Make sure your issue body is readable and [well formatted](https://guides.github.com/features/mastering-markdown).
- Make sure you've killed the Strapi server with CTRL+C and started it again. - Make sure you've killed the Strapi server with CTRL+C and started it again.
- Make sure the application you are using to reproduce the issue has a clean `node_modules` directory, meaning: - Make sure the application you are using to reproduce the issue has a clean `node_modules` directory, meaning:
- no dependencies are linked (e.g. you haven't run `npm link`) - no dependencies are linked (e.g. you haven't run `npm link`)