@@ -11,6 +11,7 @@ Welcome to the **Tour of JSON Schema** project! This repository hosts the codeba
11
11
- [ Development Setup] ( #development-setup )
12
12
- [ Prerequisites] ( #prerequisites )
13
13
- [ Installation] ( #installation )
14
+ - [ Contributing] ( #contributing )
14
15
- [ Content Creation] ( #content-creation )
15
16
- [ Writing MDX] ( #writing-mdx )
16
17
- [ VSCode Extensions] ( #vscode-extensions )
@@ -19,7 +20,6 @@ Welcome to the **Tour of JSON Schema** project! This repository hosts the codeba
19
20
- [ GoodToKnowBox] ( #goodtoknowbox )
20
21
- [ CodeSnippet] ( #codesnippet )
21
22
- [ SideEditorLink] ( #sideeditorlink )
22
- - [ Contributing] ( #contributing )
23
23
24
24
---
25
25
@@ -56,6 +56,14 @@ The project is built using **Next.js**, a React framework for building server-re
56
56
``` bash
57
57
pnpm test
58
58
```
59
+ > [ !NOTE]
60
+ > Always run tests before submitting a pull request to ensure your changes do not introduce regressions.
61
+
62
+
63
+ ### Contributing
64
+
65
+ Please Read the [ Contributing Guide] ( CONTRIBUTING.md ) for detailed instructions on how to contribute to the project.
66
+
59
67
60
68
---
61
69
@@ -165,22 +173,6 @@ A link that focuses the editor on the right side of the screen.
165
173
``` md
166
174
<SideEditorLink text="Open the editor to try this example" />
167
175
```
168
-
169
- ---
170
-
171
- ## Contributing
172
-
173
- We welcome contributions from the community! If you'd like to contribute, please follow these guidelines:
174
-
175
- 1 . Fork the repository and create a new branch for your changes.
176
- 2 . Ensure your changes pass all tests by running:
177
- ``` bash
178
- pnpm test
179
- ```
180
- 3 . Submit a pull request with a detailed description of your changes.
181
-
182
- > ** Note** : Always run tests before submitting a pull request to ensure your changes do not introduce regressions.
183
-
184
176
---
185
177
186
178
Thank you for contributing to the ** Tour of JSON Schema** project! Together, we can make JSON Schema more accessible and easier to learn for everyone.
0 commit comments