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
* add github issue templates
* add contribution inforamation
* link all together in documentations
* fine tune documentation index file
* fine tune documentation generation via makefile
* Do not open Github issue it the bug concerns [{php}IPAM](https://github.com/phpipam/phpipam) and not the ansible modules.
6
+
7
+
* Make sure the bug is not already opened by another user.
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/phpypam/issues/new?assignees=&labels=bug&template=bug_report.md&title=).
10
+
11
+
* Provide as much information as mentioned in the bug report template.
12
+
13
+
## Did you wrote a patch for an open bug
14
+
15
+
* Open new pull request containing the patch.
16
+
17
+
* Provide a clear description which describes the problem and the solution. Link the existing bug to the PR.
18
+
19
+
## Do you want to add a new feature
20
+
21
+
* Make sure there isn't already a feature request.
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/phpypam/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=).
24
+
25
+
* Suggest your feature idea within the created feature request.
26
+
27
+
* Provide as much discribtion as possible to enable others to have a good understanding of what you are doing.
28
+
29
+
* Point out that you want to start to work on the new feature
30
+
31
+
## Do you wnat to contribute to documentation
32
+
33
+
* Write you documentation change.
34
+
35
+
* Open a PR with your change.
36
+
37
+
* Discuss with the team about your changes.
38
+
39
+
## Thank you for any contribution
40
+
41
+
We will thank you for heed the contribution guidelines and we encourage you to contribute and join the team.
0 commit comments