Skip to main content
Open source software thrives on collaboration. Contributors adopt various roles—writing code, managing releases, improving documentation—to ensure a project’s success. Whether you’re an experienced developer or new to open source, understanding these roles helps you make the greatest impact.

Core Roles in Open Source Communities

Roles often overlap. An author can also be a maintainer, and active users frequently evolve into contributors.

1. Author

The author (individual or organization) kick-starts the project by:
  • Selecting an open source license.
  • Creating and initializing the repository.
  • Publishing the first project announcement.

2. Owner

Owners hold legal authority and manage the project’s infrastructure. Key tasks include:
  • Managing billing, domains, and hosting.
  • Granting or revoking admin permissions.
  • Defining governance models (e.g., Benevolent Dictator For Life).
Ensure ownership agreements and licensing terms are clearly documented to avoid legal disputes.

3. Maintainer

Maintainers organize the codebase and oversee contributions:
  • Reviewing and merging pull requests.
  • Maintaining CI/CD pipelines.
  • Updating documentation and release notes.
Learn more in the GitHub Maintainer Guide.

4. Contributor

Contributors enhance projects through code, docs, bug reports, and more:
  • Fork the repository and submit pull requests.
  • Improve existing documentation or translate content.
  • Report and triage issues.

Contributor Workflow

5. Community Member / User

Users drive growth by:
  • Reporting bugs and suggesting features.
  • Voting and commenting on issues.
  • Helping others on forums like Stack Overflow.
Active community members often become contributors or maintainers as they deepen their knowledge of the codebase.

Further Reading & References

Watch Video