mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
Update CONTRIBUTING.md
This commit is contained in:
parent
310327e6c7
commit
0b6bdd9006
5
.github/CONTRIBUTING.md
vendored
5
.github/CONTRIBUTING.md
vendored
|
@ -6,6 +6,7 @@ Hi! We're really excited that you are interested in contributing to ReDoc. Befor
|
||||||
- [Pull Request Guidelines](#pull-request-guidelines)
|
- [Pull Request Guidelines](#pull-request-guidelines)
|
||||||
- [Development Setup](#development-setup)
|
- [Development Setup](#development-setup)
|
||||||
- [Project Structure](#project-structure)
|
- [Project Structure](#project-structure)
|
||||||
|
- [Style Guide](#style-guide)
|
||||||
|
|
||||||
## Issue Reporting Guidelines
|
## Issue Reporting Guidelines
|
||||||
- Before filing a new issue, try to make sure your problem doesn’t already exist.
|
- Before filing a new issue, try to make sure your problem doesn’t already exist.
|
||||||
|
@ -94,3 +95,7 @@ There are some other scripts available in the `scripts` section of the `package.
|
||||||
- **`src/utils`**: utility functions
|
- **`src/utils`**: utility functions
|
||||||
- **`src/styled-components.ts`**: - reexports styled-components with proper typescript annotations using theme
|
- **`src/styled-components.ts`**: - reexports styled-components with proper typescript annotations using theme
|
||||||
- **`src/theme.ts`**: - default theme (colors, fonts, etc) used by all the components
|
- **`src/theme.ts`**: - default theme (colors, fonts, etc) used by all the components
|
||||||
|
|
||||||
|
## Style Guide
|
||||||
|
|
||||||
|
Please find our style-guide [here](/style-guide).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user