Skip to content

Commit

Permalink
docs(contrib-guides): update and reorganize
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceAmstoutz authored Dec 10, 2024
1 parent c0d8781 commit f17634d
Showing 1 changed file with 10 additions and 6 deletions.
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>

0 comments on commit f17634d

Please sign in to comment.