forked from ansible-collections/vmware.vmware_rest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ansible-collections#505 from mikemorency/add_githu…
…b_workflows_for_docs Add GitHub workflows for docs
- Loading branch information
Showing
155 changed files
with
704 additions
and
40,480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
--- | ||
name: Bug report | ||
description: Create a report to help us improve | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
⚠ | ||
Verify first that your issue is not [already reported on GitHub][issue search]. | ||
Where possible also test if the latest release and main branch are affected too. | ||
*Complete **all** sections as described, this form is processed automatically.* | ||
[issue search]: https://github.com/ansible-collections/vmware.vmware_rest/search?q=is%3Aissue&type=issues | ||
- type: textarea | ||
attributes: | ||
label: Summary | ||
description: | | ||
Explain the problem briefly below. | ||
placeholder: >- | ||
When I try to do X with the collection from the main branch on GitHub, Y | ||
breaks in a way Z under the env E. Here are all the details I know | ||
about this problem... | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Issue Type | ||
# FIXME: Once GitHub allows defining the default choice, update this | ||
options: | ||
- Bug Report | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
# For smaller collections we could use a multi-select and hardcode the list | ||
# May generate this list via GitHub action and walking files under https://github.com/ansible-collections/community.general/tree/main/plugins | ||
# Select from list, filter as you type (`mysql` would only show the 3 mysql components) | ||
# OR freeform - doesn't seem to be supported in adaptivecards | ||
label: Component Name | ||
description: >- | ||
Write the short name of the module or plugin below, | ||
*use your best guess if unsure*. | ||
placeholder: vcenter_vm_tools, vcenter_vm_info | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Ansible Version | ||
description: >- | ||
Paste verbatim output from `ansible --version` between | ||
tripple backticks. | ||
value: | | ||
```console (paste below) | ||
$ ansible --version | ||
``` | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Collection Versions | ||
description: >- | ||
Paste verbatim output from `ansible-galaxy collection list` between | ||
tripple backticks. | ||
value: | | ||
```console (paste below) | ||
$ ansible-galaxy collection list | ||
``` | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Configuration | ||
description: >- | ||
If this issue has an example piece of YAML that can help to reproduce this problem, please provide it. | ||
This can be a piece of YAML from, e.g., an automation, script, scene or configuration. | ||
Paste verbatim output from `ansible-config dump --only-changed` between quotes | ||
value: | | ||
```console (paste below) | ||
$ ansible-config dump --only-changed | ||
``` | ||
- type: textarea | ||
attributes: | ||
label: OS / Environment | ||
description: >- | ||
Provide all relevant information below, e.g. target OS versions, | ||
network device firmware, etc. | ||
placeholder: RHEL 8, CentOS Stream etc. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
description: | | ||
Describe exactly how to reproduce the problem, using a minimal test-case. It would *really* help us understand your problem if you could also paste any playbooks, configs and commands you used. | ||
**HINT:** You can paste https://gist.github.com links for larger files. | ||
value: | | ||
<!--- Paste example playbooks or commands between quotes below --> | ||
```yaml (paste below) | ||
``` | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected Results | ||
description: >- | ||
Describe what you expected to happen when running the steps above. | ||
placeholder: >- | ||
I expected X to happen because I assumed Y. | ||
that it did not. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Actual Results | ||
description: | | ||
Describe what actually happened. If possible run with extra verbosity (`-vvvv`). | ||
Paste verbatim command output between quotes. | ||
value: | | ||
```console (paste below) | ||
``` | ||
- type: checkboxes | ||
attributes: | ||
label: Code of Conduct | ||
description: | | ||
Read the [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html?utm_medium=github&utm_source=issue_form--ansible-collections) first. | ||
options: | ||
- label: I agree to follow the Ansible Code of Conduct | ||
required: true | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
--- | ||
name: Bug report | ||
description: Create a report to help us improve | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
⚠ | ||
Verify first that your issue is not [already reported on GitHub][issue search]. | ||
Where possible also test if the latest release and main branch are affected too. | ||
*Complete **all** sections as described, this form is processed automatically.* | ||
[issue search]: https://github.com/ansible-collections/vmware.vmware_rest/search?q=is%3Aissue&type=issues | ||
- type: textarea | ||
attributes: | ||
label: Summary | ||
description: | | ||
Explain the problem briefly below. | ||
placeholder: >- | ||
When I try to do X with the collection from the main branch on GitHub, Y | ||
breaks in a way Z under the env E. Here are all the details I know | ||
about this problem... | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Issue Type | ||
# FIXME: Once GitHub allows defining the default choice, update this | ||
options: | ||
- Bug Report | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
# For smaller collections we could use a multi-select and hardcode the list | ||
# May generate this list via GitHub action and walking files under https://github.com/ansible-collections/community.general/tree/main/plugins | ||
# Select from list, filter as you type (`mysql` would only show the 3 mysql components) | ||
# OR freeform - doesn't seem to be supported in adaptivecards | ||
label: Component Name | ||
description: >- | ||
Write the short name of the module or plugin below, | ||
*use your best guess if unsure*. | ||
placeholder: vcenter_vm_tools, vcenter_vm_info | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Ansible Version | ||
description: >- | ||
Paste verbatim output from `ansible --version` between | ||
tripple backticks. | ||
value: | | ||
```console (paste below) | ||
$ ansible --version | ||
``` | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Collection Versions | ||
description: >- | ||
Paste verbatim output from `ansible-galaxy collection list` between | ||
tripple backticks. | ||
value: | | ||
```console (paste below) | ||
$ ansible-galaxy collection list | ||
``` | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Configuration | ||
description: >- | ||
If this issue has an example piece of YAML that can help to reproduce this problem, please provide it. | ||
This can be a piece of YAML from, e.g., an automation, script, scene or configuration. | ||
Paste verbatim output from `ansible-config dump --only-changed` between quotes | ||
value: | | ||
```console (paste below) | ||
$ ansible-config dump --only-changed | ||
``` | ||
- type: textarea | ||
attributes: | ||
label: OS / Environment | ||
description: >- | ||
Provide all relevant information below, e.g. target OS versions, | ||
network device firmware, etc. | ||
placeholder: RHEL 8, CentOS Stream etc. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
description: | | ||
Describe exactly how to reproduce the problem, using a minimal test-case. It would *really* help us understand your problem if you could also paste any playbooks, configs and commands you used. | ||
**HINT:** You can paste https://gist.github.com links for larger files. | ||
value: | | ||
<!--- Paste example playbooks or commands between quotes below --> | ||
```yaml (paste below) | ||
``` | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected Results | ||
description: >- | ||
Describe what you expected to happen when running the steps above. | ||
placeholder: >- | ||
I expected X to happen because I assumed Y. | ||
that it did not. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Actual Results | ||
description: | | ||
Describe what actually happened. If possible run with extra verbosity (`-vvvv`). | ||
Paste verbatim command output between quotes. | ||
value: | | ||
```console (paste below) | ||
``` | ||
- type: checkboxes | ||
attributes: | ||
label: Code of Conduct | ||
description: | | ||
Read the [Ansible Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html?utm_medium=github&utm_source=issue_form--ansible-collections) first. | ||
options: | ||
- label: I agree to follow the Ansible Code of Conduct | ||
required: true | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser | ||
--- | ||
blank_issues_enabled: false # default: true | ||
contact_links: | ||
- name: Security bug report | ||
url: https://docs.ansible.com/ansible-core/devel/community/reporting_bugs_and_features.html?utm_medium=github&utm_source=issue_template_chooser_ansible_collections | ||
about: | | ||
Please learn how to report security vulnerabilities here. | ||
For all security related bugs, email security@ansible.com | ||
instead of using this issue tracker and you will receive | ||
a prompt response. | ||
For more information, see | ||
https://docs.ansible.com/ansible/latest/community/reporting_bugs_and_features.html | ||
- name: Ansible Code of Conduct | ||
url: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html?utm_medium=github&utm_source=issue_template_chooser_ansible_collections | ||
about: Be nice to other members of the community. | ||
- name: Talks to the community | ||
url: https://docs.ansible.com/ansible/latest/community/communication.html?utm_medium=github&utm_source=issue_template_chooser#mailing-list-information | ||
about: Please ask and answer usage questions here | ||
- name: Working groups | ||
url: https://github.com/ansible/community/wiki | ||
about: Interested in improving a specific area? Become a part of a working group! | ||
- name: For Enterprise | ||
url: https://www.ansible.com/products/engine?utm_medium=github&utm_source=issue_template_chooser_ansible_collections | ||
about: Red Hat offers support for the Ansible Automation Platform |
Oops, something went wrong.