-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: revise contributing, development, and readme (#4801)
Co-authored-by: Dimitri Mitropoulos <[email protected]>
- Loading branch information
1 parent
47af218
commit 3a8561f
Showing
4 changed files
with
27 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,12 +16,9 @@ from the website. | |
|
||
## Bugs and Feature Requests | ||
|
||
Have a bug or a feature request? First, read the | ||
[issue guidelines](CONTRIBUTING.md#using-the-issue-tracker) and search for existing and | ||
closed issues. If your problem or idea is not addressed yet, [please open a new issue](/issues). | ||
Have a bug or a feature request? First, read the [issue guidelines](CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](/issues). | ||
|
||
For more generic product questions and feedback, join the [Slack Team](https://chat.insomnia.rest) or email | ||
[[email protected]](mailto:[email protected]) | ||
For more generic product questions and feedback, join the [Slack Team](https://chat.insomnia.rest) or email [[email protected]](mailto:[email protected]) | ||
|
||
## Contributing | ||
|
||
|
@@ -38,7 +35,7 @@ Development on Insomnia can be done on Mac, Windows, or Linux as long as you hav | |
<details> | ||
<summary>Initial Dev Setup</summary> | ||
|
||
This repository is structured as a monorepo and contains many Node.JS packages. Each package has its own set of commands, but the most common commands are available from the root [`package.json`](package.json) and can be accessed using the `npm run ...` command. Here are the only three commands you should need to start developing on the app. | ||
This repository is structured as a monorepo and contains many Node.JS packages. Each package has its own set of commands, but the most common commands are available from the root [`package.json`](package.json) and can be accessed using the `npm run …` command. Here are the only three commands you should need to start developing on the app. | ||
|
||
```shell | ||
# Install and Link Dependencies | ||
|
@@ -96,8 +93,8 @@ If you are on Windows and have problems, you may need to install [Windows Build | |
|
||
You can use any editor you'd like, but make sure to have support/plugins for the following tools: | ||
|
||
- [ESLint](http://eslint.org/) – For catching syntax problems and common errors | ||
- [JSX Syntax](https://facebook.github.io/react/docs/jsx-in-depth.html) – For React components | ||
- [ESLint](http://eslint.org/) - For catching syntax problems and common errors | ||
- [JSX Syntax](https://facebook.github.io/react/docs/jsx-in-depth.html) - For React components | ||
|
||
</details> | ||
|
||
|
@@ -113,9 +110,9 @@ Search for, discover, and install plugins from the Insomnia [Plugin Hub](https:/ | |
|
||
## Community Projects | ||
|
||
- [Insomnia Documenter](https://github.com/jozsefsallai/insomnia-documenter) – Generate beautiful API documentation pages using the [documenter plugin](https://insomnia.rest/plugins/insomnia-plugin-documenter) or your Insomnia export file. | ||
- [GitHub API Spec Importer](https://github.com/swinton/github-rest-apis-for-insomnia) – A complete set of GitHub REST API route specifications that can be imported straight into Insomnia. | ||
- [Swaggymnia](https://github.com/mlabouardy/swaggymnia) – Generate [Swagger](https://swagger.io/) documentation for your existing API in Insomnia. | ||
- [Insomnia Documenter](https://github.com/jozsefsallai/insomnia-documenter) - Generate beautiful API documentation pages using the [documenter plugin](https://insomnia.rest/plugins/insomnia-plugin-documenter) or your Insomnia export file. | ||
- [GitHub API Spec Importer](https://github.com/swinton/github-rest-apis-for-insomnia) - A complete set of GitHub REST API route specifications that can be imported straight into Insomnia. | ||
- [Swaggymnia](https://github.com/mlabouardy/swaggymnia) - Generate [Swagger](https://swagger.io/) documentation for your existing API in Insomnia. | ||
|
||
## License | ||
|
||
|