Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc76ef1

Browse files
docs(modules): remove contributing guide and lint
1 parent 8bb9050 commit cc76ef1

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

docs/about/contributing/modules.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ flowchart LR
9999
The Coder Registry organizes modules into different categories based on their functionality. Here are the main types with examples of actual available modules:
100100

101101
### [IDE Modules](https://registry.coder.com/modules?search=tag%3Aide)
102+
102103
Integrate development environments and code editors into workspaces.
103104

104105
- **code-server**: VS Code in the browser
@@ -111,6 +112,7 @@ Integrate development environments and code editors into workspaces.
111112
- **Windsurf Editor**: Add a one-click button to launch Windsurf Editor
112113

113114
### [Helper Modules](https://registry.coder.com/modules?search=tag%3Ahelper)
115+
114116
Simplify template creation and workspace configuration.
115117

116118
- **AWS Region**: A parameter with human region names and icons
@@ -127,6 +129,7 @@ Simplify template creation and workspace configuration.
127129
- **Slack Me**: Send a Slack message when a command finishes inside a workspace
128130

129131
### [Desktop Modules](https://registry.coder.com/modules?search=tag%3Adesktop)
132+
130133
Provide graphical desktop environments for visual development workflows.
131134

132135
- **Amazon DCV Windows**: Amazon DCV Server and Web Client for Windows
@@ -135,6 +138,7 @@ Provide graphical desktop environments for visual development workflows.
135138
- **Windows RDP Desktop**: Enable RDP on Windows and add a one-click Coder Desktop button for seamless access
136139

137140
### [AI Modules](https://registry.coder.com/modules?search=tag%3Aai)
141+
138142
Integrate AI-powered development tools and assistants.
139143

140144
- **Aider**: Run Aider AI pair programming in your workspace
@@ -143,6 +147,7 @@ Integrate AI-powered development tools and assistants.
143147
- **Goose**: Run Goose in your workspace
144148

145149
### [Integration Modules](https://registry.coder.com/modules?search=tag%3Aintegration)
150+
146151
Connect with external services and platforms.
147152

148153
- **Hashicorp Vault Integration (GitHub)**: Authenticates with Vault using GitHub
@@ -153,6 +158,7 @@ Connect with external services and platforms.
153158
- **JFrog (Token)**: Install the JF CLI and authenticate with Artifactory using Artifactory terraform provider
154159

155160
### [Web-based Tools](https://registry.coder.com/modules?search=tag%3Aweb)
161+
156162
Browser-accessible applications and interfaces.
157163

158164
- **File Browser**: A file browser for your workspace
@@ -433,21 +439,6 @@ resource "coder_app" "service" {
433439
}
434440
```
435441

436-
## Contributing to the Registry
437-
438-
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-
451442
## Next Steps
452443

453444
- Explore [registry.coder.com](https://registry.coder.com) for existing modules

0 commit comments

Comments
 (0)