Thank you for your interest in contributing to Coin.ai! This guide will help you get started.
- Bug Reports
- Feature Requests
- Documentation
- Code Contributions
- Translations
- Testing
- Check Existing Issues
- Read Guidelines
git clone https://github.com/your-username/coin.ai.git
cd coin.ai
git remote add upstream https://github.com/Irtesaam/coin.ai.gitgit checkout -b feature/your-feature-name
git checkout -b bug/your-bug-name
git checkout -b docs/your-docs-name- Use
gofmtandgolint - Follow Effective Go
- Use TypeScript
- Follow React hooks guidelines
- Use functional components
- All new code must include tests
- Aim for >80% code coverage
- Push your feature branch
- Create a Pull Request on GitHub
- Fill out the PR template
- Automated Checks
- Peer Review
- Testing
- Documentation
- Contributors listed in TEAM.md
- Acknowledgment in release notes
- GitHub profile contribution graph