Skip to content

Contributing to TAPPaaS

Thank you for your interest in contributing to TAPPaaS! This guide will help you get started.

Ways to Contribute

  • Code - Submit bug fixes and new features
  • Documentation - Improve guides and references
  • Issues - Report bugs and suggest features
  • Community - Help others and share knowledge

Getting Started

1. Fork the Repository

# Fork on GitHub, then clone your fork
git clone https://github.com/YOUR-USERNAME/tappaas.git
cd tappaas

2. Create a Branch

git checkout -b feature/your-feature-name

3. Make Your Changes

  • Follow the existing code style
  • Add tests for new functionality
  • Update documentation as needed

4. Submit a Pull Request

  • Push your branch to your fork
  • Open a PR against the main branch
  • Describe your changes clearly

Code of Conduct

All contributors must follow our Code of Conduct.

Questions?

We appreciate your contributions!