You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/about/contributing/modules.md
+6-15Lines changed: 6 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ flowchart LR
99
99
The Coder Registry organizes modules into different categories based on their functionality. Here are the main types with examples of actual available modules:
The [Coder Registry](https://github.com/coder/registry) hosts all community and official modules. For detailed contribution guidelines, code standards, and submission processes, refer to the [Registry Contributing Guide](https://github.com/coder/registry/blob/main/CONTRIBUTING.md).
439
-
440
-
**Quick contribution steps**:
441
-
442
-
1. Fork the [registry repository](https://github.com/coder/registry)
443
-
2. Follow the [registry contribution guidelines](https://github.com/coder/registry/blob/main/CONTRIBUTING.md) for module creation process
444
-
3. Implement tests: `bun test`
445
-
4. Format code: `bun run fmt`
446
-
5. Validate documentation: `bun run readme-validate`
447
-
6. Submit pull request with detailed description
448
-
449
-
**Important**: The registry repository contains specific requirements for module structure, testing, documentation format, and submission process. Always consult the [official contributing documentation](https://github.com/coder/registry/blob/main/CONTRIBUTING.md) for the most current guidelines.
450
-
451
442
## Next Steps
452
443
453
444
- Explore [registry.coder.com](https://registry.coder.com) for existing modules
0 commit comments