Open Source — As a Rookie
Getting merged
Open source collaboration are done by pull requests. Github, combines review merge & social at once.
BBGO
The modern cryptocurrency trading bot written in Go.
- Review PR, learning from each other.
- Join community, helping each other.
- Divide fat PR into separated commits, pushing them progressively.
- Minimize Operational Burden
- Improve Your Project Estimation Skills
- Prioritize Regularly
JIRA
Issue & Project Tracking Software | Atlassian
Tools
- Metrics
2. CI/CD pipeline
3. Rebase!!! and branch is cheap
4. Packages for productivity
Open an issue is good, open a PR is better.
Nobody is somebody. Contribution starts today.