Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9ab06c5

Browse files
authoredDec 11, 2024··
Merge branch '4.0' into fix-laravel-docs
2 parents f4a0c4f + eb9bb47 commit 9ab06c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+6282
-3929
lines changed
 

‎.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
permissions:
1111
contents: read
12-
id-token: read
1312
actions: read
1413
checks: write
1514
deployments: write

‎CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ Before submitting your issue:
1717
1818
## Code of Conduct
1919

20-
By contributing to this project, you agree to abide by our [Code of Conduct](https://github.com/api-platform/docs#contributor-code-of-conduct). We expect all contributors to foster a welcoming and inclusive environment.
20+
By contributing to this project, you agree to abide by our [Code of Conduct](https://github.com/api-platform/docs#coc-ov-file). We expect all contributors to foster a welcoming and inclusive environment.
2121

2222
## How to Contribute
2323

2424
1. Fork this repository by clicking the "Fork" button at the top right of the `api-platform/docs` repository page.
2525

2626
2. Clone the forked repository to your local machine:
27-
```bash
27+
```console
2828
git clone https://github.com/your-username/repository-name.git
2929
```
3030
3. Create a new branch for your contribution:
31-
```bash
31+
```console
3232
git switch -c docs-your-branch-name
3333
```
3434
4. Commit and push your changes

0 commit comments

Comments
 (0)
Please sign in to comment.