diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000000..ec44e1f62d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,57 @@ +name: "🕷️ Bug report" +description: Report errors or unexpected behavior +labels: +- bug +body: +- type: markdown + attributes: + value: Please make sure to [search for existing issues](https://github.com/langgenius/dify/issues) before filing a new one! +- type: input + attributes: + label: Dify version + placeholder: 0.3.21 + description: See about section in Dify console + validations: + required: true + +- type: dropdown + attributes: + label: Cloud or Self Hosted + description: How / Where was Dify installed from? + multiple: true + options: + - Cloud + - Self Hosted + - Other (please specify in "Steps to Reproduce") + validations: + required: true + +- type: textarea + attributes: + label: Steps to reproduce + description: We highly suggest including screenshots and a bug report log. + placeholder: Having detailed steps helps us reproduce the bug. + validations: + required: true + +- type: textarea + attributes: + label: ✔️ Expected Behavior + placeholder: What were you expecting? + validations: + required: false + +- type: textarea + attributes: + label: ❌ Actual Behavior + placeholder: What happened instead? + validations: + required: false + +- type: textarea + attributes: + label: Other Software + description: If you're reporting a bug about our interaction with other software, what software? What versions? + placeholder: | + validations: + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..effd93c8dd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: "\U0001F4DA Dify user documentation" + url: https://docs.dify.ai/getting-started/readme + about: Documentation for users of Dify + - name: "\U0001F4DA Dify dev documentation" + url: https://docs.dify.ai/getting-started/install-self-hosted + about: Documentation for people interested in developing and contributing for Dify \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/document_issue.yml b/.github/ISSUE_TEMPLATE/document_issue.yml new file mode 100644 index 0000000000..24c8b5d2dd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/document_issue.yml @@ -0,0 +1,11 @@ +name: "📚 Documentation Issue" +description: Report issues in our documentation +labels: +- ducumentation +body: +- type: textarea + attributes: + label: Provide a description of requested docs changes + placeholder: Briefly describe which document needs to be corrected and why. + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000000..d7ebf0661c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,26 @@ +name: "⭐ Feature or enhancement request" +description: Propose something new. +labels: +- enhancement +body: +- type: textarea + attributes: + label: Description of the new feature / enhancement + placeholder: What is the expected behavior of the proposed feature? + validations: + required: true +- type: textarea + attributes: + 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? + validations: + required: true +- type: textarea + attributes: + 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." + validations: + required: false +- type: markdown + attributes: + value: Please limit one request per issue. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/translation_issue.yml b/.github/ISSUE_TEMPLATE/translation_issue.yml new file mode 100644 index 0000000000..5d8e7814cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/translation_issue.yml @@ -0,0 +1,46 @@ +name: "🌐 Localization/Translation issue" +description: Report incorrect translations. +labels: +- translation +body: +- type: markdown + attributes: + value: Please make sure to [search for existing issues](https://github.com/langgenius/dify/issues) before filing a new one! +- type: input + attributes: + label: Dify version + placeholder: 0.3.21 + description: Hover over system tray icon or look at Settings + validations: + required: true +- type: input + attributes: + label: Utility with translation issue + placeholder: Some area + description: Please input here the utility with the translation issue + validations: + required: true +- type: input + attributes: + label: 🌐 Language affected + placeholder: "German" + validations: + required: true +- type: textarea + attributes: + label: ❌ Actual phrase(s) + placeholder: What is there? Please include a screenshot as that is extremely helpful. + validations: + required: true +- type: textarea + attributes: + label: ✔️ Expected phrase(s) + placeholder: What was expected? + validations: + required: true +- type: textarea + attributes: + label: ℹ Why is the current translation wrong + placeholder: Why do you feel this is incorrect? + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/🐛-bug-report.md b/.github/ISSUE_TEMPLATE/🐛-bug-report.md deleted file mode 100644 index 3553cbda8a..0000000000 --- a/.github/ISSUE_TEMPLATE/🐛-bug-report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: "\U0001F41B Bug report" -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - - - -Dify version: Cloud | Self Host - -## Steps To Reproduce - - -1. -2. - - -## The current behavior - - -## The expected behavior diff --git a/.github/ISSUE_TEMPLATE/🚀-feature-request.md b/.github/ISSUE_TEMPLATE/🚀-feature-request.md deleted file mode 100644 index 34f39d2fa2..0000000000 --- a/.github/ISSUE_TEMPLATE/🚀-feature-request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: "\U0001F680 Feature request" -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/🤔-questions-and-help.md b/.github/ISSUE_TEMPLATE/🤔-questions-and-help.md deleted file mode 100644 index df93653cac..0000000000 --- a/.github/ISSUE_TEMPLATE/🤔-questions-and-help.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "\U0001F914 Questions and Help" -about: Ask a usage or consultation question -title: '' -labels: '' -assignees: '' - ---- - -