Skip to content

Commit c6f78f5

Browse files
docs:(CONTRIBUTING.md)
Remove optional Go installation section and README validation since this is for maintainers
1 parent 4fd5ab3 commit c6f78f5

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,12 @@ Install Bun:
2828
curl -fsSL https://bun.sh/install | bash
2929
```
3030

31-
32-
3331
Install project dependencies:
3432

3533
```bash
3634
bun install
3735
```
3836

39-
40-
### Installing Go (Optional)
41-
42-
This step can be skipped if you are not working on any of the README validation logic. The validation will still run as part of CI.
43-
44-
Navigate to the [official Go installation page](https://golang.org/doc/install), and install the correct version for your operating system.
45-
46-
Once Go has been installed, verify the installation:
47-
48-
```bash
49-
go version
50-
```
51-
5237
### Understanding Namespaces
5338

5439
All modules are organized under `/registry/[namespace]/modules/`. Each contributor gets their own namespace (e.g., `/registry/your-username/modules/`). If a namespace is taken, choose a different unique namespace, but you can still use any display name on the Registry website.
@@ -269,16 +254,6 @@ All README files must follow these rules:
269254

270255
---
271256

272-
## README Validation
273-
274-
If you installed Go, you can validate README files locally:
275-
276-
```bash
277-
go build ./cmd/readmevalidation && ./readmevalidation
278-
```
279-
280-
---
281-
282257
## Versioning Guidelines
283258

284259
After your PR is merged, maintainers will handle the release. Understanding version numbers helps you describe the impact of your changes:

0 commit comments

Comments
 (0)