-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(contrib-guides): update and reorganize
- Loading branch information
1 parent
c0d8781
commit f17634d
Showing
1 changed file
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |