# Contributing to CompText MCP Server
First off, thank you for considering contributing to CompText MCP Server! π
## π Table of Contents
- [Code of Conduct](#code-of-conduct)
- [How Can I Contribute?](#how-can-i-contribute)
- [Development Setup](#development-setup)
- [Pull Request Process](#pull-request-process)
- [Coding Standards](#coding-standards)
- [Testing Guidelines](#testing-guidelines)
- [Documentation](#documentation)
## π Code of Conduct
This project adheres to a Code of Conduct that all contributors are expected to follow. Please read [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) before contributing.
## π€ How Can I Contribute?
### Reporting Bugs
Before creating bug reports, please check the issue tracker. When you are creating a bug report, please include as many details as possible:
- **Use a clear and descriptive title**
- **Describe the exact steps to reproduce the problem**
- **Provide specific examples**
- **Include screenshots if relevant**
- **Specify your environment** (OS, Python version, MCP version)
### Your First Code Contribution
Unsure where to begin? Look for issues labeled:
- `good first issue` - Good for newcomers
- `help wanted` - Extra attention needed
- `documentation` - Improvements to docs
## π οΈ Development Setup
See full file for complete setup instructions.
## π Pull Request Process
Follow conventional commits and our PR template.
See [CONTRIBUTING.md](https://github.com/ProfRandom92/comptext-mcp-server/blob/main/CONTRIBUTING.md) for full guidelines.
Thank you for contributing! π