1.3 KiB
🦸 Contributing
Strapi is a community oriented project and we really appreciates every contribution made by the community: feature requests, bug reports, and especially pull requests! If you have any questions please reach out to our Core team on Slack.
Repositories
strapi/strapi
This repository contains the core of Strapi. It means the admin panel, core plugins (Content Manager, Content Type Buidler, etc...), the documentation and the logics that let run your Strapi app. You will also find some plugins providers. This is the main repo of the Strapi organization.
strapi/buffet
Buffet is the componenent library that is used in the admin panel. This help to have a consistency through all the admin plugins.
strapi/strapi-docker
This is the code used to generate the official Docker images for Strapi. These images are available through our Docker Hub.
Contributing guide
To contribute to the project please follow instructions present in the CONTRIBUTING.md
file on GitHub.