π§© CONTRIBUTION TEMPLATES FOR GOLANG COMMUNITY VAULT
Welcome to the Golang Community Vault!
Weβre excited to have your contributions. Here's how you can help:
π Guidelines:
- Fork the repo and create a new branch (name it
feat/<title>
orfix/<title>
). - Add your Markdown files to the appropriate subfolder.
- Follow our [README] For Complete Documentation.
- Ensure links are working and code is properly formatted.
- Commit strategy using our COMMIT STRATEGY.
- Submit a pull request using our PULL REQUEST Template.
π Folder Naming Convention:
- All folders must use
kebab-case
. - Use
README.md
inside folders for summaries.
π Markdown File Template
# [Title]
**Author:** @yourhandle
**Date:** YYYY-MM-DD
**Category:** e.g., interview-qa/topic-wise
**Tags:** [go, concurrency, channels]
---
## π§ Summary
_Brief explanation of the content._
## π§© Content
### Overview
### Key Concepts
### Code
```go
// Example snippet\`
```
π Resources
## β
Contribution Rules
- Must include summary, author, and tags
- Format code blocks
- External links must be verified
## π Links
- [Templates](../templates)
- [Static Site Preview](../site)