-
-
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.
- Loading branch information
Showing
106 changed files
with
9,401 additions
and
6,215 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,11 +1,12 @@ | ||
--- | ||
name: ⛔ Support Question | ||
about: See https://api-platform.com/support/ for questions about using API Platform | ||
|
||
--- | ||
|
||
We use GitHub issues only to discuss about bugs and new features. | ||
# Support question | ||
|
||
We use GitHub issues only to discuss bugs and new features. | ||
For this kind of questions about using API Platform, please use | ||
any of the support alternatives shown in https://api-platform.com/support/ | ||
any of the support alternatives shown in [API Platform support](https://api-platform.com/support/). | ||
|
||
Thanks! |
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,5 +1,4 @@ | ||
--- | ||
name: 📄 Documentation issue | ||
about: Report a documentation issue | ||
|
||
--- |
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
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
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,3 +1,4 @@ | ||
--- | ||
MD013: | ||
line_length: 400 | ||
no-inline-html: | ||
|
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Contributing to the API Platform Documentation | ||
|
||
First of all, thank you for contributing, you're awesome! | ||
|
||
To have your code integrated in the API Platform documentation project, there are some rules to follow, but don't panic, it's easy! | ||
|
||
## Reporting Bugs in the documentation | ||
|
||
Before submitting your issue: | ||
|
||
- Check if the bug is not already reported! | ||
- A clear title to resume the issue | ||
- A description of the workflow needed to reproduce the bug | ||
|
||
> [!NOTE] | ||
> Don't hesitate giving as much information as you can. | ||
## Code of Conduct | ||
|
||
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. | ||
|
||
## How to Contribute | ||
|
||
1. Fork this repository by clicking the "Fork" button at the top right of the `api-platform/docs` repository page. | ||
|
||
2. Clone the forked repository to your local machine: | ||
```console | ||
git clone https://github.com/your-username/repository-name.git | ||
``` | ||
3. Create a new branch for your contribution: | ||
```console | ||
git switch -c docs-your-branch-name | ||
``` | ||
4. Commit and push your changes | ||
5. Submit a Pull Request. You must decide on what branch your changes will be based depending of the nature of the change. | ||
See [the dedicated documentation entry](https://api-platform.com/docs/extra/releases/). | ||
|
||
> [!TIP] | ||
> You can also contribute to improving the documentation directly by clicking on the | ||
> **"You can also help us improve the documentation of this page."** link, located at the end of each documentation page. |
Oops, something went wrong.