mirror of
https://github.com/cloudreve/cloudreve.git
synced 2026-06-27 22:35:59 +00:00
misc: add more issue templates
This commit is contained in:
19
.github/DISCUSSION_TEMPLATE/general.yml
vendored
Normal file
19
.github/DISCUSSION_TEMPLATE/general.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
title: "General Discussion"
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Self Checks
|
||||||
|
description: "To make sure we get to you in time, please check the following :)"
|
||||||
|
options:
|
||||||
|
- label: I have searched for existing issues [search for existing issues](https://github.com/cloudreve/cloudreve/issues), including closed ones.
|
||||||
|
required: true
|
||||||
|
- label: I confirm that I am using English to submit this report, otherwise it will be closed. / 请使用英语提交,否则会被关闭。
|
||||||
|
required: true
|
||||||
|
- label: "Please do not modify this template :) and fill in all the required fields."
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Content
|
||||||
|
placeholder: Please describe the content you would like to discuss.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
35
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
Normal file
35
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
title: Suggestions for New Features
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Self Checks
|
||||||
|
description: "To make sure we get to you in time, please check the following :)"
|
||||||
|
options:
|
||||||
|
- label: I have searched for existing issues [search for existing issues](https://github.com/cloudreve/cloudreve/issues), including closed ones.
|
||||||
|
required: true
|
||||||
|
- label: I confirm that I am using English to submit this report, otherwise it will be closed. / 请使用英语提交,否则会被关闭。
|
||||||
|
required: true
|
||||||
|
- label: "Please do not modify this template :) and fill in all the required fields."
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 1. Is this request related to a challenge you're experiencing? Tell me about your story.
|
||||||
|
placeholder: Please describe the specific scenario or problem you're facing as clearly as possible. For instance "I was trying to use [feature] for [specific task], and [what happened]... It was frustrating because...."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 2. Additional context or comments
|
||||||
|
placeholder: (Any other information, comments, documentations, links, or screenshots that would provide more clarity. This is the place to add anything else not covered above.)
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: 3. Can you help us with this feature?
|
||||||
|
description: Let us know! This is not a commitment, but a starting point for collaboration.
|
||||||
|
options:
|
||||||
|
- label: I am interested in contributing to this feature.
|
||||||
|
required: false
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: Please limit one request per issue.
|
||||||
28
.github/DISCUSSION_TEMPLATE/q-a.yml
vendored
Normal file
28
.github/DISCUSSION_TEMPLATE/q-a.yml
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
title: "Q&A"
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Self Checks
|
||||||
|
description: "To make sure we get to you in time, please check the following :)"
|
||||||
|
options:
|
||||||
|
- label: I have searched for existing issues [search for existing issues](https://github.com/cloudreve/cloudreve/issues), including closed ones.
|
||||||
|
required: true
|
||||||
|
- label: I confirm that I am using English to submit this report, otherwise it will be closed. / 请使用英语提交,否则会被关闭。
|
||||||
|
required: true
|
||||||
|
- label: "Please do not modify this template :) and fill in all the required fields."
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 1. Is this request related to a challenge you're experiencing? Tell me about your story.
|
||||||
|
placeholder: Please describe the specific scenario or problem you're facing as clearly as possible. For instance "I was trying to use [feature] for [specific task], and [what happened]... It was frustrating because...."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 2. Additional context or comments
|
||||||
|
placeholder: (Any other information, comments, documentations, links, or screenshots that would provide more clarity. This is the place to add anything else not covered above.)
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: Please limit one request per issue.
|
||||||
150
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
150
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,81 +1,91 @@
|
|||||||
name: "🕷️ Bug report"
|
name: "🕷️ Bug report"
|
||||||
description: Report errors or unexpected behavior
|
description: Report errors or unexpected behavior
|
||||||
labels:
|
labels:
|
||||||
|
- bug
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Self Checks
|
||||||
|
description: "To make sure we get to you in time, please check the following :)"
|
||||||
|
options:
|
||||||
|
- label: I have read the [Contributing Guide](https://docs.cloudreve.org/api/contributing) and [Language Policy](https://github.com/cloudreve/cloudreve/discussions/3335).
|
||||||
|
required: true
|
||||||
|
- label: This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/cloudreve/cloudreve/discussions).
|
||||||
|
required: true
|
||||||
|
- label: I have searched for existing issues [search for existing issues](https://github.com/cloudreve/cloudreve/issues), including closed ones.
|
||||||
|
required: true
|
||||||
|
- label: I confirm that I am using English to submit this report, otherwise it will be closed. / 请使用英语提交,否则会被关闭。
|
||||||
|
required: true
|
||||||
|
- label: "Please do not modify this template :) and fill in all the required fields."
|
||||||
|
required: true
|
||||||
|
|
||||||
- bug
|
- type: input
|
||||||
body:
|
attributes:
|
||||||
- type: checkboxes
|
label: Cloudreve version
|
||||||
attributes:
|
description: e.g. 4.14.0
|
||||||
label: Self Checks
|
validations:
|
||||||
description: "To make sure we get to you in time, please check the following :)"
|
required: true
|
||||||
options: - label: I have read the [Contributing Guide](https://docs.cloudreve.org/api/contributing) and [Language Policy](https://github.com/cloudreve/cloudreve/discussions/3335).
|
|
||||||
required: true - label: This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/cloudreve/cloudreve/discussions).
|
|
||||||
required: true - label: I have searched for existing issues [search for existing issues](https://github.com/cloudreve/cloudreve/issues), including closed ones.
|
|
||||||
required: true - label: I confirm that I am using English to submit this report, otherwise it will be closed. / 请使用英语提交,否则会被关闭。
|
|
||||||
required: true - label: "Please do not modify this template :) and fill in all the required fields."
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: input
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Cloudreve version
|
label: Pro or Community Edition
|
||||||
description: e.g. 4.14.0
|
description: What version of Cloudreve are you using?
|
||||||
validations:
|
multiple: true
|
||||||
required: true
|
options:
|
||||||
|
- Pro
|
||||||
|
- Community (Open Source)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Pro or Community Edition
|
label: Database type
|
||||||
description: What version of Cloudreve are you using?
|
description: What database are you using?
|
||||||
multiple: true
|
multiple: true
|
||||||
options: - Pro - Community (Open Source)
|
options:
|
||||||
validations:
|
- MySQL
|
||||||
required: true
|
- PostgreSQL
|
||||||
|
- SQLite
|
||||||
|
- I don't know
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Database type
|
label: Browser and operating system
|
||||||
description: What database are you using?
|
description: What browser and operating system are you using?
|
||||||
multiple: true
|
placeholder: Example: Chrome 123.0.0 on macOS 14.0.0
|
||||||
options: - MySQL - PostgreSQL - SQLite - I don't know
|
validations:
|
||||||
validations:
|
required: false
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: input
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Browser and operating system
|
label: Steps to reproduce
|
||||||
description: What browser and operating system are you using?
|
description: We highly suggest including screenshots and a bug report log. Please use the right markdown syntax for code blocks.
|
||||||
placeholder: Example: Chrome 123.0.0 on macOS 14.0.0
|
placeholder: Having detailed steps helps us reproduce the bug. If you have logs, please use fenced code blocks (triple backticks ```) to format them.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to reproduce
|
label: ✔️ Expected Behavior
|
||||||
description: We highly suggest including screenshots and a bug report log. Please use the right markdown syntax for code blocks.
|
description: Describe what you expected to happen.
|
||||||
placeholder: Having detailed steps helps us reproduce the bug. If you have logs, please use fenced code blocks (triple backticks ```) to format them.
|
placeholder: What were you expecting? Please do not copy and paste the steps to reproduce here.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: ✔️ Expected Behavior
|
label: ❌ Actual Behavior
|
||||||
description: Describe what you expected to happen.
|
description: Describe what actually happened.
|
||||||
placeholder: What were you expecting? Please do not copy and paste the steps to reproduce here.
|
placeholder: What happened instead? Please do not copy and paste the steps to reproduce here.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: ❌ Actual Behavior
|
label: Addition context information
|
||||||
description: Describe what actually happened.
|
description: Provide any additional context information that might be helpful.
|
||||||
placeholder: What happened instead? Please do not copy and paste the steps to reproduce here.
|
placeholder: Any additional information that might be helpful.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: Addition context information
|
|
||||||
description: Provide any additional context information that might be helpful.
|
|
||||||
placeholder: Any additional information that might be helpful.
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|||||||
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,9 +1,9 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: "📱 iOS/iPadOS related issues"
|
- name: "\U0001F4F1 iOS/iPadOS related issues"
|
||||||
url: "hhttps://github.com/cloudreve/ios-feedback/issues/new"
|
url: "hhttps://github.com/cloudreve/ios-feedback/issues/new"
|
||||||
about: Report issues related to the official iOS/iPadOS client.
|
about: Report issues related to the official iOS/iPadOS client.
|
||||||
- name: "🖥️ Desktop client related issues"
|
- name: "\U0001F5A5 Desktop client related issues"
|
||||||
url: "https://github.com/cloudreve/desktop/issues/new"
|
url: "https://github.com/cloudreve/desktop/issues/new"
|
||||||
about: Report issues related to the official desktop client.
|
about: Report issues related to the official desktop client.
|
||||||
- name: "\U0001F4AC Documentation Issues"
|
- name: "\U0001F4AC Documentation Issues"
|
||||||
|
|||||||
Reference in New Issue
Block a user