Open Source — As a Rookie

Austin Liu
1 min readJan 11, 2022

Getting merged

Open-source collaboration are done by pull requests. GitHub combines review merge & social at once.

  1. Review PR, learning from each other.
  2. Join community, helping each other.
  3. Divide fat PR into separated commits, pushing them progressively.
  4. Minimize Operational Burden
  5. Improve Your Project Estimation Skills
  6. Prioritize Regularly

JIRA

Issue & Project Tracking Software | Atlassian

Tools

Testing Automation

  1. Metrics

2. CI/CD pipeline

3. Rebase!!! and switch to a new branch is cheap

Open an issue is good, open a PR is better.

Nobody is somebody. Contribution starts today.

--

--