|
1 | 1 | # How to contribute to phpipam-ansible-modules |
2 | 2 |
|
3 | | -## Did you found a bug |
| 3 | +## Did you found a bug? |
4 | 4 |
|
5 | | -* Do not open Github issue it the bug concerns [{php}IPAM](https://github.com/phpipam/phpipam) and not the ansible modules. |
| 5 | +* Do not open a Github issue if the bug concerns [{php}IPAM](https://github.com/phpipam/phpipam) and not the ansible modules. |
6 | 6 |
|
7 | 7 | * Make sure the bug is not already opened by another user. |
8 | 8 |
|
9 | | -* If you can't find an open issue which reflects your observed problem go ahead an [open a new bug](https://github.com/codeaffen/phpipam-ansible-modules/issues/new?assignees=&labels=bug&template=bug_report.md&title=). |
| 9 | +* If you can't find an open issue which reflects your observed problem, go ahead and [open a new bug](https://github.com/codeaffen/phpipam-ansible-modules/issues/new?assignees=&labels=bug&template=bug_report.md&title=). |
10 | 10 |
|
11 | 11 | * Provide as much information as mentioned in the bug report template. |
12 | 12 |
|
13 | | -## Did you wrote a patch for an open bug |
| 13 | +## Did you write a patch for an open bug? |
14 | 14 |
|
15 | 15 | * Open new pull request containing the patch. |
16 | 16 |
|
17 | 17 | * Provide a clear description which describes the problem and the solution. Link the existing bug to the PR. |
18 | 18 |
|
19 | | -## Do you want to add a new feature |
| 19 | +## Do you want to add a new feature? |
20 | 20 |
|
21 | 21 | * Make sure there isn't already a feature request. |
22 | 22 |
|
23 | | -* If you can't find an open feature request which describe your feature idea or parts of it feel free to [open a new feature request](https://github.com/codeaffen/phpipam-ansible-modules/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=). |
| 23 | +* If you can't find an open feature request which describes your feature idea or parts of it, feel free to [open a new feature request](https://github.com/codeaffen/phpipam-ansible-modules/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=). |
24 | 24 |
|
25 | 25 | * Suggest your feature idea within the created feature request. |
26 | 26 |
|
27 | | -* Provide as much discribtion as possible to enable others to have a good understanding of what you are doing. |
| 27 | +* Provide as much description as possible to enable others to have a good understanding of what you are doing. |
28 | 28 |
|
29 | 29 | * Point out that you want to start to work on the new feature |
30 | 30 |
|
31 | | -## Do you wnat to contribute to documentation |
| 31 | +## Do you wnat to contribute to documentation? |
32 | 32 |
|
33 | | -* Write you documentation change. |
| 33 | +* Fork me. |
34 | 34 |
|
35 | | -* Open a PR with your change. |
| 35 | +* Create a documentation branch. |
| 36 | + |
| 37 | +* Write your documentation changes. |
| 38 | + |
| 39 | +* Open a PR with your changes. |
36 | 40 |
|
37 | 41 | * Discuss with the team about your changes. |
38 | 42 |
|
39 | 43 | ## Thank you for any contribution |
40 | 44 |
|
41 | | -We will thank you for heed the contribution guidelines and we encourage you to contribute and join the team. |
| 45 | +We will thank you for heeding the contribution guidelines and we encourage you to contribute and join the team. |
0 commit comments