Skip to content

Commit b11e547

Browse files
committed
[README] Improve Contributing section
1 parent b248ce3 commit b11e547

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p align="center" style="color: #666;">
1010
<strong>Quick Navigation</strong><br>
11-
<a href="#-get-started">Get started</a> • <a href="#-how-it-works">How it works</a> • <a href="#-commands-overview">Commands</a> • <a href="#-universal-but-opinionated">Universal platform support</a>
11+
<a href="#-get-started">Get started</a> • <a href="#-how-it-works">How it works</a> • <a href="#-commands-overview">Commands</a> • <a href="#-universal-but-opinionated">Universal platform support</a> • <a href="#contributing">Contributing</a>
1212
</p>
1313

1414

@@ -271,13 +271,22 @@ The result: **You build features with fewer iterations, less manual cleanup, and
271271

272272
## Contributing
273273

274-
### Template Versioning
274+
ContextKit thrives as a **community effort** to make AI development better for everyone. Whether you're fixing bugs, adding platform support, or sharing improvements - your contributions help developers worldwide build better software with AI.
275+
276+
### 🤝 **Ways to Contribute**
277+
- **Platform Guidelines**: Add `React.md`, `Kotlin.md`, `Python.md`, etc. for your favorite tech stacks
278+
- **Formatter Configs**: Share your platform's code formatting configurations
279+
- **Bug Reports**: Help us identify and fix issues in templates and workflows
280+
- **Feature Improvements**: Enhance existing commands and agents based on real usage
281+
- **Documentation**: Improve examples, clarify instructions, fix typos
282+
283+
### 📋 **Template Versioning**
275284

276285
For behavioral changes (not typos), update the line 2 header in each modified file:
277286
- Increment **Template Version** number
278287
- Update **Updated** date to current date
279288

280-
For releases, update **ContextKit** version in all template files.
289+
**Note**: Don't modify the ContextKit version numbers - I'll handle that during releases.
281290

282291
## Showcase
283292

0 commit comments

Comments
 (0)