Skip to content

Adding Contributor Levels documentation #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions source/contributor/contributor-levels.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
GhostBSD Contributor Levels
===========================

## 1. Junior Contributors
**Description:** New members who are actively contributing to the project.
**Access and Permissions:** Access to public repositories with full capabilities to create branches and submit pull requests.

**Responsibilities:**
* Complete assigned tasks and participate in the project.
* Engage in code reviews and discussions to enhance project quality.
* Pair with a mentor or a more experienced team member for continuous guidance and growth.

## 2. Contributors
**Description:** Members who have consistently contributed and strongly understand the project workflow.
**Access and Permissions:** Full access to all repositories with the ability to create branches and submit pull requests.

**Responsibilities:**
* Develop new features and resolve issues.
* Review and commit changes from Junior Contributors and peers.
* Maintain and enhance project documentation.
* Communicate regularly with Core Contributors for guidance and feedback.

## 3. Core Contributors

**Description:** Long-time contributors with significant contributions and comprehensive knowledge of the project.
**Access and Permissions:** Complete access and permission to all repositories, including creating new ones and participating in decision-making processes.

**Responsibilities:**
* Lead major projects and strategic initiatives.
* Mentor Junior Contributors and other members.
* Make key decisions on project direction and policies.
* Ensure high code quality and adherence to project standards.
* Meet regularly with the Project Leader to discuss progress, challenges, and strategic goals.

## 4. Project Leader
**Description:** The overall leader and visionary for the project.
**Access and Permissions:** Complete administrative access and authority to make final decisions.

**Responsibilities:**
* Set the vision and direction for the project.
* Oversee the entire development process.
* Foster community engagement and manage external relations.
* Ensure resources and support are available for all team members.
* Collaborate with Core Contributors and external advisors to align the project with broader community and technological trends.
1 change: 1 addition & 0 deletions source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ user/FAQ
:hidden:

contributor/get-involved
contributor/contributor-levels
```


Expand Down