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: .github/ISSUE_TEMPLATE/bug_report.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ name: Bug report
3
3
about: Create a report to help us improve
4
4
title: "[BUG]"
5
5
labels: bug
6
-
assignees: robin-tribe29
6
+
assignees: robin-checkmk
7
7
8
8
---
9
9
10
-
Verify first that your issue is not already reported [here](https://github.com/tribe29/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).
10
+
Verify first that your issue is not already reported [here](https://github.com/Checkmk/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).
11
11
Where possible also test if the latest release and main branch are affected too.
12
12
Complete all sections as described!
13
13
@@ -25,8 +25,8 @@ $ ansible --version
25
25
26
26
```
27
27
28
-
**Checkmk Version**
29
-
<!-- Paste the version string, that can be found in the 'Help' menu. -->
28
+
**Checkmk Version and Edition**
29
+
<!-- Paste the version string, that can be found in the 'Help' menu. Please make sure to include the edition!-->
30
30
```console
31
31
e.g. 2.X.YpZ (CRE)
32
32
```
@@ -37,8 +37,6 @@ e.g. 2.X.YpZ (CRE)
37
37
$ ansible-galaxy collection list
38
38
39
39
```
40
-
**Environment**
41
-
<!-- Provide all relevant information below, e.g. control node OS versions, Python version, etc. -->
42
40
43
41
**To Reproduce**
44
42
Steps to reproduce the behavior:
@@ -53,8 +51,11 @@ Steps to reproduce the behavior:
53
51
**Actual behavior**
54
52
<!-- A clear and concise description of what actually happens. -->
55
53
56
-
**Screenshots**
57
-
<!-- If applicable, add screenshots to help explain your problem. -->
54
+
**Minimum reproduction example**
55
+
<!-- If you can, please provide a minimum example of your configuration. This really helps us quickly understand the situation. -->
56
+
```yaml
57
+
58
+
```
58
59
59
60
**Additional context**
60
-
<!-- Add any other contextabout the problem here. -->
61
+
<!-- Add any other context, e.g. OS information about control and managed node, screenshots or background information about the problem. -->
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feedback.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ assignees: robin-tribe29
7
7
8
8
---
9
9
10
-
Please verify first that your feedback is not already reported [here](https://github.com/tribe29/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+sort%3Aupdated-desc).
10
+
Please verify first that your feedback is not already reported [here](https://github.com/Checkmk/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+sort%3Aupdated-desc).
11
11
If possible and useful provide additional information below. This is optional however.
# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
9
+
permissions:
10
+
actions: write
11
+
contents: write
12
+
pull-requests: write
13
+
statuses: write
14
+
15
+
jobs:
16
+
CLAAssistant:
17
+
runs-on: ubuntu-latest
18
+
steps:
19
+
- name: 'CLA Assistant'
20
+
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA or my organization already has a signed CLA.') || github.event_name == 'pull_request_target'
path-to-document: 'https://github.com/tribe29/checkmk/blob/master/doc/cla/cla.md'# e.g. a CLA or a DCO document
30
+
# branch should not be protected
31
+
branch: 'main'
32
+
allowlist: bot* # comma separated list of users who are allowed to submit without a CLA bot approval
33
+
remote-organization-name: 'Checkmk'
34
+
remote-repository-name: 'cla'
35
+
custom-pr-sign-comment: 'I have read the CLA Document and I hereby sign the CLA or my organization already has a signed CLA.'
36
+
37
+
# the followings are the optional inputs - If the optional inputs are not given, then default values will be taken
38
+
#remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
39
+
#create-file-commit-message: 'For example: Creating file for storing CLA Signatures'
40
+
#signed-commit-message: 'For example: $contributorName has signed the CLA in $owner/$repo#$pullRequestNo'
41
+
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'
42
+
#custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
43
+
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
44
+
#lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
45
+
#use-dco-flag: true - If you are using DCO instead of CLA
For information about this collection and how to install it, refer to the [README](https://github.com/tribe29/ansible-collection-tribe29.checkmk/blob/main/README.md).
106
+
For information about this collection and how to install it, refer to the [README](https://github.com/Checkmk/ansible-collection-tribe29.checkmk/blob/main/README.md).
105
107
106
-
For a detailed changelog, refer to the [CHANGELOG](https://github.com/tribe29/ansible-collection-tribe29.checkmk/blob/main/CHANGELOG.rst).
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ There are several ways in which you can contribute:
24
24
25
25
1. Submit an [issue](#Submitting-Issues).
26
26
2. Create a [pull request](#Pull-Requests).
27
-
3. Pick an [issue, which needs help](https://github.com/tribe29/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
27
+
3. Pick an [issue, which needs help](https://github.com/Checkmk/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
28
28
29
29
Everything helps, really!
30
30
We do test everything to the best of our abilities, but nothing beats real world
@@ -33,17 +33,18 @@ the functionality, [pull requests](#Pull-Requests) are appreciated.
33
33
34
34
### Submitting Issues
35
35
36
-
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
+
If you encounter any bugs or have ideas for improvements feel free to open an [issue](https://github.com/Checkmk/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) or even better a [pull request](#Pull-Requests).
37
37
Dedicated requirements will be added here as suitable.
38
38
39
39
### Pull Requests
40
40
41
-
Please open a [pull request](https://github.com/tribe29/ansible-collection-tribe29.checkmk/pulls?q=is%3Apr+is%3Aopen)
41
+
Please open a [pull request](https://github.com/Checkmk/ansible-collection-tribe29.checkmk/pulls?q=is%3Apr+is%3Aopen)
42
42
if you have something to contribute.
43
43
On pull request creation, checks will run and tell you,
44
44
if your changes work with the collection. If errors are detected, please try to
45
45
fix them and update your pull request accordingly.
46
46
If you need help, do ask for it.
47
+
After submitting a PR, follow the instructions to sign the [CLA](https://github.com/tribe29/checkmk/blob/master/doc/cla/cla_readme.md) as asked by the bot.
47
48
48
49
### Changelog
49
50
@@ -138,7 +139,7 @@ Before running the action `Release Collection` against the `main` branch, the
138
139
following needs to be done:
139
140
140
141
1. Update the collection version in `galaxy.yml` and `requirements.yml`. Look for `version:`.
141
-
2. Check the integration tests for up-to-date Checkmk versions.
142
+
2. Check the integration and molecule tests for up-to-date Checkmk versions.
142
143
3. Check the GitHub Workflows for [EOL Ansible and Python versions and add new releases](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix).
143
144
4. Update the compatibility matrix in `SUPPORT.md` accordingly.
144
145
5. Double check `changelogs/fragments` if all changes have a changelog.
0 commit comments