mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
chore: replace issue template with issue form
This commit is contained in:
parent
671dc9c9e0
commit
9b4100f827
2 changed files with 16 additions and 7 deletions
16
.github/ISSUE_TEMPLATE/issue-report.yml
vendored
Normal file
16
.github/ISSUE_TEMPLATE/issue-report.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue