Developer Contributing
Cowde contributions are welcome! Please follow the guidelines below to ensure a smooth contribution process.
Getting Started
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature) - Make your changes
- Commit your changes (
git commit -m 'Add your feature') - Push to the branch (
git push origin feature/your-feature) - 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.