> For the complete documentation index, see [llms.txt](https://docs.sylius.com/public/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sylius.com/public/open-source/contributing/key-contributors.md).

# Key Contributors

### Introduction

The Sylius Key Contributors program is an initiative designed to actively engage and recognize community members who contribute significantly to the Sylius ecosystem. This program replaces previous structures to create a more inclusive, transparent, and rewarding experience for contributors.

The program's goal is to encourage collaboration, celebrate contributions, and ensure a thriving open-source ecosystem around Sylius.

### What Does Being a Key Contributor Mean?

Key Contributors are community members whose efforts have a significant impact on the Sylius project. As a Key Contributor, you’ll receive:

* **Permissions**:
  * “Write” access to public Sylius repositories.
  * “Triage” access to private repositories, like Sylius/Plus.
* **Recognition**:
  * An online certificate acknowledging your contributions.
  * Exclusive Sylius Key Contributor merchandise.
* **Collaboration Opportunities**:
  * Regular meetings with the Sylius Development Team.
  * Access to the private `#key-contributors` Slack channel.
  * Influence on project decisions.
* **Support**:
  * Assistance from the Sylius Development Team on coding or presentations.
  * Approval to showcase your role as a Key Contributor on your LinkedIn profile.

### How to Qualify as a Key Contributor

Key Contributors are selected quarterly based on their activities and contributions. Here's what we evaluate:

* Submitted Pull Requests.
* Reviews of Pull Requests.
* Filed GitHub issues.
* Engagement in GitHub and Slack discussions.
* Resolving community support requests on Slack (#support), StackOverflow, and GitHub.
* Writing blog posts for the Sylius website.
* Presenting Sylius-focused talks at conferences.

Active contributors who meet these criteria are invited to join the program for a three-month term, with reevaluation occurring after the end of each quarter.

### Current Key Contributors

Below is the list of current Key Contributors (as of April 2025) who have demonstrated exceptional dedication and contributions to the Sylius project:

* Loïc Frémont (@[loic425](https://github.com/loic425)),
* Francis Hilaire (@[Prometee](https://github.com/Prometee)),
* Dmitri Perunov (@[diimpp](https://github.com/diimpp)),
* Gracjan Józefczyk (@[GracjanJozefczyk](https://github.com/GracjanJozefczyk)),
* Valentin Silvestre (@[vasilvestre](https://github.com/vasilvestre)),
* Krzysztof Odważny (@[christopherhero](https://github.com/christopherhero)),
* Estelle Gaits (@[stlgaits](https://github.com/stlgaits))
* Florian Merle (@[Florian-Merle](https://github.com/Florian-Merle))
* Max Pesch (@[mamazu](https://github.com/mamazu))
* Simon Krull (@[crydotsnake](https://github.com/crydotsnake))

This list is updated quarterly to reflect the latest Key Contributors.

***

### Supporting Open-Source Contributions

The Sylius Key Contributors program is not just about individual efforts—it’s a testament to the incredible support of companies that encourage their developers to contribute to open-source projects. Sylius Solution and Technology Partners play a significant role by fostering environments where their developers can actively engage with the community.

Companies that endorse open-source contributions not only strengthen Sylius but also demonstrate leadership in the tech industry. To learn more about becoming a Sylius partner, visit [Sylius Partners](https://sylius.com/find-a-partner/).

***

### FAQs

#### Can I apply to become a Key Contributor?

No, Key Contributors are selected based on activity. However, all community members are encouraged to contribute in any capacity to be considered.

#### What happens after the three-month term?

After the end of each quarter, contributions are reassessed, and membership is renewed for those who remain active.

#### Does the program have tiers?

No, all Key Contributors share equal status within the program.

#### How can my company support Sylius?

Companies can support Sylius by allocating time for their developers to contribute and by becoming a Sylius Solution or Technology Partner.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sylius.com/public/open-source/contributing/key-contributors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
