fix: indentation violations in YAML files (#1972)
parent
e696b72f08
commit
b8592ad412
@ -1,56 +1,56 @@
|
|||||||
name: "🕷️ Bug report"
|
name: "🕷️ Bug report"
|
||||||
description: Report errors or unexpected behavior
|
description: Report errors or unexpected behavior
|
||||||
labels:
|
labels:
|
||||||
- bug
|
- bug
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Self Checks
|
label: Self Checks
|
||||||
description: "To make sure we get to you in time, please check the following :)"
|
description: "To make sure we get to you in time, please check the following :)"
|
||||||
options:
|
options:
|
||||||
- label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
|
- label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
|
||||||
required: true
|
required: true
|
||||||
- label: I confirm that I am using English to file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
|
- label: I confirm that I am using English to file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Dify version
|
label: Dify version
|
||||||
placeholder: 0.3.21
|
placeholder: 0.3.21
|
||||||
description: See about section in Dify console
|
description: See about section in Dify console
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Cloud or Self Hosted
|
label: Cloud or Self Hosted
|
||||||
description: How / Where was Dify installed from?
|
description: How / Where was Dify installed from?
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- Cloud
|
- Cloud
|
||||||
- Self Hosted (Docker)
|
- Self Hosted (Docker)
|
||||||
- Self Hosted (Source)
|
- Self Hosted (Source)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to reproduce
|
label: Steps to reproduce
|
||||||
description: We highly suggest including screenshots and a bug report log.
|
description: We highly suggest including screenshots and a bug report log.
|
||||||
placeholder: Having detailed steps helps us reproduce the bug.
|
placeholder: Having detailed steps helps us reproduce the bug.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: ✔️ Expected Behavior
|
label: ✔️ Expected Behavior
|
||||||
placeholder: What were you expecting?
|
placeholder: What were you expecting?
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: ❌ Actual Behavior
|
label: ❌ Actual Behavior
|
||||||
placeholder: What happened instead?
|
placeholder: What happened instead?
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
@ -1,20 +1,20 @@
|
|||||||
name: "📚 Documentation Issue"
|
name: "📚 Documentation Issue"
|
||||||
description: Report issues in our documentation
|
description: Report issues in our documentation
|
||||||
labels:
|
labels:
|
||||||
- ducumentation
|
- ducumentation
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Self Checks
|
label: Self Checks
|
||||||
description: "To make sure we get to you in time, please check the following :)"
|
description: "To make sure we get to you in time, please check the following :)"
|
||||||
options:
|
options:
|
||||||
- label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
|
- label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
|
||||||
required: true
|
required: true
|
||||||
- label: I confirm that I am using English to file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
|
- label: I confirm that I am using English to file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Provide a description of requested docs changes
|
label: Provide a description of requested docs changes
|
||||||
placeholder: Briefly describe which document needs to be corrected and why.
|
placeholder: Briefly describe which document needs to be corrected and why.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
@ -1,35 +1,35 @@
|
|||||||
name: "⭐ Feature or enhancement request"
|
name: "⭐ Feature or enhancement request"
|
||||||
description: Propose something new.
|
description: Propose something new.
|
||||||
labels:
|
labels:
|
||||||
- enhancement
|
- enhancement
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Self Checks
|
label: Self Checks
|
||||||
description: "To make sure we get to you in time, please check the following :)"
|
description: "To make sure we get to you in time, please check the following :)"
|
||||||
options:
|
options:
|
||||||
- label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
|
- label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
|
||||||
required: true
|
required: true
|
||||||
- label: I confirm that I am using English to file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
|
- label: I confirm that I am using English to file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Description of the new feature / enhancement
|
label: Description of the new feature / enhancement
|
||||||
placeholder: What is the expected behavior of the proposed feature?
|
placeholder: What is the expected behavior of the proposed feature?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Scenario when this would be used?
|
label: Scenario when this would be used?
|
||||||
placeholder: What is the scenario this would be used? Why is this important to your workflow as a dify user?
|
placeholder: What is the scenario this would be used? Why is this important to your workflow as a dify user?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Supporting information
|
label: Supporting information
|
||||||
placeholder: "Having additional evidence, data, tweets, blog posts, research, ... anything is extremely helpful. This information provides context to the scenario that may otherwise be lost."
|
placeholder: "Having additional evidence, data, tweets, blog posts, research, ... anything is extremely helpful. This information provides context to the scenario that may otherwise be lost."
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: Please limit one request per issue.
|
value: Please limit one request per issue.
|
||||||
|
|||||||
Loading…
Reference in New Issue