|
| 1 | +name: 🙋 Request to be a Committer |
| 2 | +description: Apply to become a committer with merge rights on the PrestaShop project. |
| 3 | +type: 'Task' |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + ## About the Committer role |
| 9 | +
|
| 10 | + Committers are contributors with merge rights who participate in reviewing code contributions. |
| 11 | +
|
| 12 | + > **A note on what this role is — and isn't.** |
| 13 | + > Being a committer is not about gaining power or having the final say on things. It is about showing up: reading pull requests carefully, leaving thoughtful feedback, helping contributors improve their work, and taking shared responsibility for the quality of the codebase. The merge button is a tool for serving the project, not a status symbol. |
| 14 | +
|
| 15 | + ### Prerequisites |
| 16 | +
|
| 17 | + Before applying, make sure you meet the following criteria: |
| 18 | +
|
| 19 | + - **Active participation** in the project |
| 20 | + - **At least one accepted, quality Pull Request** |
| 21 | + - A record of **Pull Request reviews** |
| 22 | + - Real interest in getting involved in code review |
| 23 | + - Respect for the [Code of Conduct](https://www.prestashop-project.org/code-of-conduct/) |
| 24 | + - Alignment with the project's goals (Symfony migration, VueJS adoption, etc.) |
| 25 | +
|
| 26 | + ### How the process works |
| 27 | +
|
| 28 | + 1. Submit this issue explaining why you'd like to become a committer |
| 29 | + 2. If **three members of councils approve it**, your application is accepted |
| 30 | + 3. If the issue does not receive three positive votes within **30 days**, it is considered rejected and closed |
| 31 | + 4. Upon approval, you receive full committer rights for a **90-day trial period** |
| 32 | + 5. At the end of the trial, your status is confirmed |
| 33 | +
|
| 34 | + > ℹ️ The voting process is not mandatory if you are offered the role directly by council members (with at least three supporters). |
| 35 | +
|
| 36 | + - type: checkboxes |
| 37 | + attributes: |
| 38 | + label: Prerequisites |
| 39 | + options: |
| 40 | + - label: I understand and accept the project's [Code of Conduct](https://www.prestashop-project.org/code-of-conduct/). |
| 41 | + required: true |
| 42 | + - label: I have a record of accepted Pull Requests in the PrestaShop project. |
| 43 | + required: true |
| 44 | + - label: I have reviewed Pull Requests from other contributors. |
| 45 | + required: true |
| 46 | + - label: I am aware that this role comes with responsibilities around code review, quality standards, and active participation. |
| 47 | + required: true |
| 48 | + |
| 49 | + - type: dropdown |
| 50 | + id: project-scope |
| 51 | + attributes: |
| 52 | + label: Which part of the project are you applying for? |
| 53 | + description: You can apply for one or several areas. |
| 54 | + multiple: true |
| 55 | + options: |
| 56 | + - Core (PrestaShop/PrestaShop) |
| 57 | + - Modules |
| 58 | + - Theme |
| 59 | + - Documentation |
| 60 | + - Other |
| 61 | + validations: |
| 62 | + required: true |
| 63 | + |
| 64 | + - type: textarea |
| 65 | + id: accepted-prs |
| 66 | + attributes: |
| 67 | + label: Links to your accepted Pull Requests |
| 68 | + description: List Pull Requests you authored that were merged into the project. |
| 69 | + placeholder: | |
| 70 | + - https://github.com/PrestaShop/PrestaShop/pull/… |
| 71 | + - https://github.com/PrestaShop/PrestaShop/pull/… |
| 72 | + validations: |
| 73 | + required: true |
| 74 | + |
| 75 | + - type: textarea |
| 76 | + id: pr-reviews |
| 77 | + attributes: |
| 78 | + label: Links to Pull Request reviews you performed |
| 79 | + description: Show your track record as a reviewer. |
| 80 | + placeholder: | |
| 81 | + - https://github.com/PrestaShop/PrestaShop/pull/…#pullrequestreview-… |
| 82 | + - https://github.com/PrestaShop/PrestaShop/pull/… |
| 83 | + validations: |
| 84 | + required: true |
| 85 | + |
| 86 | + - type: textarea |
| 87 | + id: motivation |
| 88 | + attributes: |
| 89 | + label: Why do you want to become a committer? |
| 90 | + description: Briefly explain your motivation and what you intend to focus on as a committer. |
| 91 | + validations: |
| 92 | + required: true |
0 commit comments