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
+35-15Lines changed: 35 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,21 +16,7 @@ the time available is limited. We will try to be as transparent as possible
16
16
about what we will include but please do not feel discouraged, if an idea
17
17
or proposal gets rejected. Instead go on and create something yourself,
18
18
if you think your approach is viable! There is already a lot of great content
19
-
out there and we love seeing you add to that plethora of content!
20
-
21
-
## Submitting Issues
22
-
23
-
If you encounter any bugs or have ideas for improvements feel free to open an [issue](https://github.com/tribe29/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) or even better a [pull request](#Pull-Requests).
24
-
Dedicated requirements will be added here as suitable.
25
-
26
-
## Pull Requests
27
-
28
-
Please open a [pull request](https://github.com/tribe29/ansible-collection-tribe29.checkmk/pulls?q=is%3Apr+is%3Aopen)
29
-
if you have something to contribute.
30
-
On pull request creation, checks will run and tell you,
31
-
if your changes work with the collection. If errors are detected, please try to
32
-
fix them and update your pull request accordingly.
33
-
If you need help, feel free to ask for it.
19
+
out there and we love seeing you add to that plethora of it!
34
20
35
21
## How to contribute
36
22
@@ -44,6 +30,20 @@ We do test everything to the best of our abilities, but nothing beats real world
44
30
scenarios. Also if you can provide a bugfix yourself or you have an addition to
45
31
the functionality, [pull requests](#Pull-Requests) are appreciated.
46
32
33
+
### Submitting Issues
34
+
35
+
If you encounter any bugs or have ideas for improvements feel free to open an [issue](https://github.com/tribe29/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) or even better a [pull request](#Pull-Requests).
36
+
Dedicated requirements will be added here as suitable.
37
+
38
+
### Pull Requests
39
+
40
+
Please open a [pull request](https://github.com/tribe29/ansible-collection-tribe29.checkmk/pulls?q=is%3Apr+is%3Aopen)
41
+
if you have something to contribute.
42
+
On pull request creation, checks will run and tell you,
43
+
if your changes work with the collection. If errors are detected, please try to
44
+
fix them and update your pull request accordingly.
45
+
If you need help, do ask for it.
46
+
47
47
### Changelog
48
48
49
49
When changing this collection, please make sure to write a log of what you did.
@@ -59,6 +59,26 @@ Module documentation is compiled during a release and stored as `docs/module.rst
59
59
but this is not ideal yet. However, please use the inline documentation as seen
60
60
in the existing modules when creating additional modules.
61
61
62
+
## Style Guide
63
+
64
+
### Commit messages
65
+
66
+
* Use the present tense ("Add feature" not "Added feature")
67
+
* Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
68
+
* The first line is a short title (limit to 72 characters or less)
# WARNING Found no release_summary section in the changelog for this release. While this is not required, we suggest to add one with basic information on the release.
4
+
release_summary: "Introducing upgrade management for Checkmk sites!"
0 commit comments