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
7
.github/ISSUE_TEMPLATE.md
vendored
7
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,7 +0,0 @@
|
|||
### Subject of the issue
|
||||
|
||||
Describe your issue here.
|
||||
|
||||
### Steps to reproduce
|
||||
|
||||
If this issue is describing a possible bug please provide (or link to) your GitHub Actions workflow.
|
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