From 7898df287670d389b837581fdedf3c3d715900e0 Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 23 Dec 2023 08:00:59 +0800 Subject: [PATCH] chore: update issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 ++++++++++--- .github/ISSUE_TEMPLATE/feature_request.yml | 15 +++++++++------ 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6035c7cb..5f8d7ea6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,11 +1,11 @@ name: Bug Report -description: Create a report to help us improve +description: If something isn't working as expected labels: [bug] body: - type: markdown attributes: value: | - If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. + Before submitting a bug report, please check if the issue is already present in the issues. If it is, please add a reaction to the issue. If it isn't, please fill out the form below. - type: textarea attributes: label: Describe the bug @@ -24,8 +24,15 @@ body: 3. See error validations: required: true + - type: input + attributes: + label: The version of Memos you're using + description: | + Provide the version of Memos you're using. + validations: + required: true - type: textarea attributes: label: Screenshots or additional context description: | - Add screenshots or any other context about the problem. + If applicable, add screenshots to help explain your problem. And add any other context about the problem here. Such as the device you're using, etc. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e9298d19..47a86007 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,18 +1,18 @@ name: Feature Request -description: Suggest an idea for this project +description: If you have a suggestion for a new feature labels: [enhancement] body: - type: markdown attributes: value: | - Thanks for taking the time to suggest an idea for memos! + Before submitting a feature request, please check if the issue is already present in the issues. If it is, please add a reaction to the issue. If it isn't, please fill out the form below. - type: textarea attributes: - label: Is your feature request related to a problem? + label: Is your feature request related to a problem? Please describe. description: | - A clear and concise description of what the problem is. + A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] placeholder: | - I'm always frustrated when [...] + It would be great if [...] validations: required: true - type: textarea @@ -20,9 +20,12 @@ body: label: Describe the solution you'd like description: | A clear and concise description of what you want to happen. + placeholder: | + I'd like to be able to [...] validations: required: true - type: textarea attributes: label: Additional context - description: Add any other context or screenshots about the feature request. + description: | + What are you trying to do? Why is this important to you?