mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
16 lines
436 B
YAML
16 lines
436 B
YAML
name: Issue report
|
|
description: Report an issue
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Subject of the issue
|
|
description: "Describe your issue here."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: "If this issue is describing a possible bug please provide (or link to) your GitHub Actions workflow."
|
|
validations:
|
|
required: true
|