浏览代码

Fix text areas in issue templates.

Dan Helfman 1 年之前
父节点
当前提交
521c0eb600
共有 2 个文件被更改,包括 7 次插入7 次删除
  1. 5 5
      .gitea/issue_template/bug_template.yaml
  2. 2 2
      .gitea/issue_template/feature_template.yaml

+ 5 - 5
.gitea/issue_template/bug_template.yaml

@@ -1,33 +1,33 @@
 name: "Bug or question/support"
 name: "Bug or question/support"
 about: "For filing a bug or getting support"
 about: "For filing a bug or getting support"
 body:
 body:
-  - type: markdown
+  - type: textarea
     id: problem
     id: problem
     attributes:
     attributes:
       label: What I'm trying to do and why
       label: What I'm trying to do and why
     validations:
     validations:
       required: true
       required: true
-  - type: markdown
+  - type: textarea
     id: repro_steps
     id: repro_steps
     attributes:
     attributes:
       label: Steps to reproduce
       label: Steps to reproduce
       description: Include (sanitized) borgmatic configuration files if applicable.
       description: Include (sanitized) borgmatic configuration files if applicable.
     validations:
     validations:
       required: false
       required: false
-  - type: markdown
+  - type: textarea
     id: actual_behavior
     id: actual_behavior
     attributes:
     attributes:
       label: Actual behavior
       label: Actual behavior
       description: Include (sanitized) `--verbosity 2` output if applicable.
       description: Include (sanitized) `--verbosity 2` output if applicable.
     validations:
     validations:
       required: false
       required: false
-  - type: markdown
+  - type: textarea
     id: expected_behavior
     id: expected_behavior
     attributes:
     attributes:
       label: Expected behavior
       label: Expected behavior
     validations:
     validations:
       required: false
       required: false
-  - type: markdown
+  - type: textarea
     id: notes
     id: notes
     attributes:
     attributes:
       label: Other notes / implementation ideas
       label: Other notes / implementation ideas

+ 2 - 2
.gitea/issue_template/feature_template.yaml

@@ -1,13 +1,13 @@
 name: "Feature"
 name: "Feature"
 about: "For filing a feature request or idea"
 about: "For filing a feature request or idea"
 body:
 body:
-  - type: markdown
+  - type: textarea
     id: request
     id: request
     attributes:
     attributes:
       label: What I'd like to do and why
       label: What I'd like to do and why
     validations:
     validations:
       required: true
       required: true
-  - type: markdown
+  - type: textarea
     id: notes
     id: notes
     attributes:
     attributes:
       label: Other notes / implementation ideas
       label: Other notes / implementation ideas