Skip to content

Commit c692a8a

Browse files
docs: update module contribution guidelines and remove redundant content
1 parent 5238467 commit c692a8a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/about/contributing/modules.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ module "git_clone" {
235235
- Use descriptive variable names and include descriptions
236236
- Provide default values for optional variables
237237
- Include helpful outputs for working with other modules
238-
- Use proper resource dependencies with `depends_on` when needed
238+
- Use proper resource dependencies
239239
- Follow [Terraform style conventions](https://developer.hashicorp.com/terraform/language/syntax/style)
240240
241241
### Documentation standards
@@ -343,13 +343,12 @@ Use the version bump script to update versions:
343343

344344
```bash
345345
git add .
346-
git commit -m "feat(git-clone):modify git-clone module"
346+
git commit -m "feat(git-clone):add git-clone module"
347347
```
348348

349349
4. **Open a pull request**:
350350
- Use a descriptive title
351351
- Explain what the module does and why it's useful
352-
- Include testing instructions
353352
- Reference any related issues
354353

355354
## Common issues and solutions

0 commit comments

Comments
 (0)