Skip to content

docs(contrib-guides): update and reorganize #2105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions extra/contribution-guides.md
Original file line number Diff line number Diff line change
@@ -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).**

<p align="center" class="symfonycasts"><a href="https://symfonycasts.com/screencast/contributing?cid=apip"><img src="../symfony/images/symfonycasts-player.png" alt="JWT screencast"><br>Watch the Contributing back to Symfony screencast (free)</a></p>
Loading