mirror of
https://gitea.com/gitea/act
synced 2024-11-11 07:59:20 +00:00
7704033ec6
Co-authored-by: Björn Brauer <bjoern.brauer@new-work.se> Co-authored-by: ChristopherHX <christopher.homberger@web.de> Co-authored-by: Björn Brauer <bjoern.brauer@new-work.se> Co-authored-by: ChristopherHX <christopher.homberger@web.de> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
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
|