Skip to content

Commit 9319b50

Browse files
committed
docs: update contributing guidelines to include references and monorepo structure
1 parent 9bda249 commit 9319b50

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ Thank you for your interest in contributing to ESLint React! This guide will hel
2020
- **New Features** - Provide strong rationale, preferably with prior discussion
2121
- **Bug Fixes** - Include `(fix: #xxxx)` in your PR title and detailed description
2222
- **Documentation Changes** - Include `(docs: #xxxx)` in your PR title and detailed description
23+
24+
## References
25+
26+
- [ESLint React Documentation](https://eslint-react.github.io/)
27+
- [Monorepo Structure](https://eslint-react.xyz/docs/contributing#monorepo-structure)

apps/website/content/docs/contributing.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ To get started with the project, follow these steps:
1010

1111
Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/blob/main/.github/CONTRIBUTING.md).
1212

13-
## Reference
13+
## Monorepo Structure
1414

1515
This section provides a reference to the repository structure and the relationships between different components.
1616

17-
### Monorepo Structure
18-
1917
```mermaid
2018
flowchart TB
2119
%% Monorepo

0 commit comments

Comments
 (0)