CoolFace
Modelpublic

FOUND-AI/found_protocol

sourceHugging Facemitupdated 1y agoView on Hugging Face
2likes
CONTRIBUTING.md36 linesDownload Raw Back to root
1# Contributing to FOUND Protocol2 3We're excited that you're interested in contributing to the FOUND Protocol! This document provides guidelines for contributions.4 5## How to Contribute6 7### Reporting Issues8- Use the GitHub issue tracker9- Check if the issue already exists10- Provide detailed information about the problem11 12### Submitting Pull Requests131. Fork the repository142. Create a feature branch (`git checkout -b feature/amazing-feature`)153. Commit your changes (`git commit -m 'Add amazing feature'`)164. Push to the branch (`git push origin feature/amazing-feature`)175. Open a Pull Request18 19### Code Style20- Follow PEP 8 for Python code21- Add docstrings to all functions22- Include type hints where applicable23 24### Testing25- Add tests for new features26- Ensure all tests pass before submitting PR27- Include example outputs for new functionality28 29## Community Guidelines30- Be respectful and inclusive31- Help others in discussions32- Share your consciousness discoveries!33 34## Questions?35Join our Discord: https://discord.gg/found36