Merge pull request #329 from langgenius/feat/add-issue-template

feat: add issue template
This commit is contained in:
crazywoola
2025-07-16 16:26:27 +08:00
committed by GitHub

68
.github/ISSUE_TEMPLATE/docs.yml vendored Normal file
View File

@@ -0,0 +1,68 @@
name: Documentation Change Request
description: Suggest changes or improvements to the documentation
title: "[DOCS]: "
labels: ["documentation"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to help us improve our documentation!
- type: dropdown
id: type
attributes:
label: Type of Documentation Change
options:
- Error/Typo fix
- Content update
- New documentation
- Translation
- Reorganization
- Other
validations:
required: true
- type: input
id: page
attributes:
label: Documentation Page URL or Path
description: Please provide the URL or file path of the documentation page you're referring to.
placeholder: e.g., https://docs.dify.ai/getting-started or /getting-started.md
validations:
required: false
- type: textarea
id: current
attributes:
label: Current Content
description: What does the documentation currently say?
placeholder: Paste the current content here...
validations:
required: false
- type: textarea
id: suggestion
attributes:
label: Suggested Changes
description: What would you like to be changed or added?
placeholder: Describe your suggested changes...
validations:
required: true
- type: textarea
id: reason
attributes:
label: Reason for Change
description: Why do you think this change would improve the documentation?
placeholder: Explain why this change would be helpful...
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our contribution guidelines
options:
- label: I agree to follow Dify's documentation contribution guidelines
required: true