mirror of https://github.com/nektos/act
19 lines
401 B
YAML
19 lines
401 B
YAML
name: Wiki issue
|
|
description: Report issue/improvement ragarding documentation (wiki)
|
|
labels:
|
|
- 'kind/discussion'
|
|
- 'area/docs'
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this issue!
|
|
- type: textarea
|
|
id: details
|
|
attributes:
|
|
label: Details
|
|
description: |
|
|
Describe issue
|
|
validations:
|
|
required: true
|