You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+24-16Lines changed: 24 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
3
3
First of all, thank you for contributing, you're awesome!
4
4
5
-
To have your code integrated in the API Platform documentation project, there are some rules to follow, but don't panic, it's easy!
5
+
To have your code integrated in the API Platform documentation project, there are some rules to
6
+
follow, but don't panic, it's easy!
6
7
7
8
## Reporting Bugs in the documentation
8
9
@@ -12,29 +13,36 @@ Before submitting your issue:
12
13
- A clear title to resume the issue
13
14
- A description of the workflow needed to reproduce the bug
14
15
15
-
> [!NOTE]
16
-
> Don't hesitate giving as much information as you can.
16
+
> [!NOTE] Don't hesitate giving as much information as you can.
17
17
18
18
## Code of Conduct
19
19
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.
20
+
By contributing to this project, you agree to abide by our
21
+
[Code of Conduct](https://github.com/api-platform/docs#coc-ov-file). We expect all contributors to
22
+
foster a welcoming and inclusive environment.
21
23
22
24
## How to Contribute
23
25
24
-
1. Fork this repository by clicking the "Fork" button at the top right of the `api-platform/docs` repository page.
26
+
1. Fork this repository by clicking the "Fork" button at the top right of the `api-platform/docs`
27
+
repository page.
25
28
26
29
2. Clone the forked repository to your local machine:
0 commit comments