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
* 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/phpipam-ansible-modules/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/phpipam-ansible-modules/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.
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,4 @@
1
-
# phpipam-ansible-modules
2
-
3
-
## work in progress
4
-
5
-
**This modules are still in development and not for production purpose. If we think you can use is in a more productive manner we will inform you.**
1
+
# phpIPAM Ansible Modules
6
2
7
3
This collection provides modules to manage entities in a [phpIPAM](https://phpipam.net/). This is neighter a collection of roles nor playbooks. It provides modules to wrote your own roles and/or playbooks.
8
4
@@ -157,7 +153,7 @@ EXAMPLES:
157
153
158
154
### repository folder
159
155
160
-
A last option to read the docs is the [docs](docs) folder in this repository.
156
+
A last option to read the docs is the docs folder in this repository.
0 commit comments