From 7c49bd24516806c8027456aa88554669ea1909b6 Mon Sep 17 00:00:00 2001 From: Vincent Amstoutz Date: Tue, 10 Dec 2024 13:53:51 +0100 Subject: [PATCH] docs(contrib-guides): update and reorganize (#2105) --- extra/contribution-guides.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/extra/contribution-guides.md b/extra/contribution-guides.md index 3e3cd52aaa8..c9d6e33b947 100644 --- a/extra/contribution-guides.md +++ b/extra/contribution-guides.md @@ -1,10 +1,14 @@ -# Contribution guides +# Contribution Guides -1. [API Platform Core Library](https://github.com/api-platform/core/blob/main/CONTRIBUTING.md) -2. [API Platform Schema Generator](https://github.com/api-platform/schema-generator/blob/main/CONTRIBUTING.md) -3. [API Platform Admin](https://github.com/api-platform/admin/blob/master/CONTRIBUTING.md) -4. [API Platform CRUD Generator](https://github.com/api-platform/create-client/blob/master/CONTRIBUTING.md) +## API Platform Core +- [General Contribution Guide](https://github.com/api-platform/core/blob/main/CONTRIBUTING.md) +- [Laravel-Specific Contribution Guide](https://github.com/api-platform/core/blob/main/src/Laravel/CONTRIBUTING.md) -**To report a security issue, please refer to [the dedicated document](security.md).** +## API Platform Tools +- [Schema Generator Contribution Guide](https://github.com/api-platform/schema-generator/blob/main/CONTRIBUTING.md) +- [Admin Contribution Guide](https://github.com/api-platform/admin/blob/master/CONTRIBUTING.md) +- [CRUD Generator Contribution Guide](https://github.com/api-platform/create-client/blob/master/CONTRIBUTING.md) + +**To report a security issue, please take a look at [the dedicated document](security.md).**

JWT screencast
Watch the Contributing back to Symfony screencast (free)