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!
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.
By contributing to this project, you agree to abide by our Code of Conduct. We expect all contributors to foster a welcoming and inclusive environment.
-
Fork this repository by clicking the "Fork" button at the top right of the
api-platform/docs
repository page. -
Clone the forked repository to your local machine:
git clone https://github.com/your-username/repository-name.git
-
Create a new branch for your contribution:
git switch -c docs-your-branch-name
-
Commit and push your changes
-
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.
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.