|
8 | 8 |
|
9 | 9 | <p align="center" style="color: #666;"> |
10 | 10 | <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> |
12 | 12 | </p> |
13 | 13 |
|
14 | 14 |
|
@@ -271,13 +271,22 @@ The result: **You build features with fewer iterations, less manual cleanup, and |
271 | 271 |
|
272 | 272 | ## Contributing |
273 | 273 |
|
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** |
275 | 284 |
|
276 | 285 | For behavioral changes (not typos), update the line 2 header in each modified file: |
277 | 286 | - Increment **Template Version** number |
278 | 287 | - Update **Updated** date to current date |
279 | 288 |
|
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. |
281 | 290 |
|
282 | 291 | ## Showcase |
283 | 292 |
|
|
0 commit comments