# Badging Roles

## Roles

Different roles undertake different responsibilities in D\&I Badging workflow. The Badging roles are **applicants, reviewers, moderators, and maintainers.**  These roles exist to ensure submissions and reviews are smooth and efficient. This is especially true for the GitHub section of the workflow.&#x20;

Applicants and reviewers are the most fundamental and indispensable roles of D\&I Badging since they are a part of the core sections of the badging workflow: applying and reviewing. Besides this, we also need moderators to coordinate between applicants and reviewers, and maintainers who are responsible for the whole project.

Click the following tab bar to see the definition of each role.

{% tabs %}
{% tab title="Applicant" %}
An applicant is a person who initiates a badge submission and opens an issue on GitHub.
{% endtab %}

{% tab title="Reviewer" %}
A reviewer is a person who reviews the submission, complete the checklist, and gives feedback through issue comments.
{% endtab %}

{% tab title="Moderator" %}
A moderator is a person who facilitates the interaction between the applicant and the reviewer within an issue.
{% endtab %}

{% tab title="Maintainer" %}
A maintainer is a person who takes overall responsibilities within D\&I badging project, making sure everything works regularly.
{% endtab %}
{% endtabs %}

As most of the responsibilities are related to the workflow on GitHub, it's important to understand that each role has its GitHub permission that specified what can do and what should be avoided. See the permission table below.

### Permission Table (from our GitHub org)

| Repository Permission               | Applicant | Reviewer | Maintainer | Moderator |
| ----------------------------------- | --------- | -------- | ---------- | --------- |
| Create a CHAOSS Badging application | Y         | N        | N          | N         |
| Edit the Review Checklist           | N         | Y        | N          | N         |
| Request reviews                     | N         | N        | N          | Y         |
| Edit the opening Issue comment      | Y         | N        | N          | N         |
| Generate the Badge                  | N         | N        | N          | Y         |
| Close the Issue                     | N         | N        | Y          | Y         |

{% hint style="success" %}
In each subsection, we will elaborate on responsibilities and GitHub permissions of different kinds of roles, and provide information about the frequently asked questions.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://handbook.chaoss.community/community-handbook/badging/roles-and-responsibility.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
