Skip to main content

Developer Contributing

Cowde contributions are welcome! Please follow the guidelines below to ensure a smooth contribution process.

Getting Started

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/your-feature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add your feature')
  5. Push to the branch (git push origin feature/your-feature)
  6. Open a Pull Request

Guidelines

  • Follow the existing code style
  • Write clear commit messages
  • Add tests for new functionality
  • Update documentation as needed

Questions?

Feel free to open an issue or contact the maintainers.