Add other GH Issue forms (#1968)

* Add other GH Issue forms

* review comments
This commit is contained in:
John R Barker
2021-03-04 18:34:04 +00:00
committed by GitHub
parent 5fdbe084e7
commit f49cf2c22d
4 changed files with 221 additions and 0 deletions

View File

@@ -125,3 +125,13 @@ body:
```console (paste below)
```
- type: checkboxes
attributes:
label: Code of Conduct
description: |
Read the [Ansible Code of Conduct][CoC] first.
[CoC]: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html?utm_medium=github&utm_source=issue_form--ansible-collections
options:
- label: I agree to follow the Ansible Code of Conduct
required: true
...