Browse Source

github: yaml typo in issue forms

pull/2534/head github220830
Maxim Prokhorov 1 year ago
parent
commit
0e48dab5fb
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      .github/ISSUE_TEMPLATE/bug-report.yml
  2. +1
    -0
      .github/ISSUE_TEMPLATE/questions.yml

+ 1
- 0
.github/ISSUE_TEMPLATE/bug-report.yml View File

@ -1,6 +1,7 @@
name: Bug report
description: Report any problem here
labels: ["bug"]
body:
- type: markdown
attributes:
value: |


+ 1
- 0
.github/ISSUE_TEMPLATE/questions.yml View File

@ -1,6 +1,7 @@
name: Questions or troubleshooting
description: When it is neither a bug or a feature request
labels: ["question"]
body:
- type: markdown
attributes:
value: |


Loading…
Cancel
Save