Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 873 Bytes

File metadata and controls

29 lines (19 loc) · 873 Bytes

Contributing to MCP TypeScript Template

Thank you for your interest in contributing!

Code of Conduct

This project and everyone participating in it is governed by our Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to nick@nickyt.co.

Contributing Process

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/your-feature-name
  3. Make your changes
  4. Run the quality checks: npm run lint && npm run format:check && npm run build
  5. Submit a pull request

Reporting Issues

When reporting issues, please include:

  • Clear description of the problem
  • Steps to reproduce
  • Expected vs actual behavior
  • Error messages or logs if applicable

Questions?

Feel free to open an issue for discussion or contact nick@nickyt.co.

Thank you for contributing!