From c1ec45e3a843e6eb5169d051b01693a31ed34644 Mon Sep 17 00:00:00 2001 From: Poly-Pixel <79737178+Poly-Pixel@users.noreply.github.com> Date: Sat, 17 Sep 2022 18:57:08 -0400 Subject: [PATCH 1/5] chore: create bug report issue form --- .github/ISSUE_TEMPLATE/bug_report.yaml | 49 ++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000000..035fe7eefb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,49 @@ +name: Bug Report +description: Create a bug report to help us improve +title: "[Bug]: " +body: + - type: textarea + id: desc + attributes: + label: Bug Description + description: A clear and concise description of what the bug is + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: How to Reproduce + description: What steps can we take to reproduce this behavior? + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected Behavior + description: A clear and concise description of what you expected to happen + validations: + required: true + - type: input + id: os + attributes: + label: Operating System + description: What OS are you seeing this bug on? + validations: + required: true + - type: input + id: version + attributes: + label: AppFlowy Version(s) + description: What version(s) of AppFlowy do you see this bug on? + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: If applicable, please add screenshots to help explain your problem + - type: textbox + id: context + attributes: + label: Additional Context + description: Add any additonal context about the problem here From ac305e8821cc977f079b14b496466b2c9b20082e Mon Sep 17 00:00:00 2001 From: Poly-Pixel <79737178+Poly-Pixel@users.noreply.github.com> Date: Sat, 17 Sep 2022 18:57:35 -0400 Subject: [PATCH 2/5] chore: delete bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ---------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index c0879213e0..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[Bug] Untitled Bug Issue" -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Additional context** - - Environment [e.g. flutter doctor -v or rustup show] -Add any other context about the problem here. From 6c58a27247cce9c21d546b080d98227088d2647f Mon Sep 17 00:00:00 2001 From: Poly-Pixel <79737178+Poly-Pixel@users.noreply.github.com> Date: Sat, 17 Sep 2022 19:00:14 -0400 Subject: [PATCH 3/5] fix: fix errors in bug report form --- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 035fe7eefb..02b4fffc26 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -21,8 +21,8 @@ body: attributes: label: Expected Behavior description: A clear and concise description of what you expected to happen - validations: - required: true + validations: + required: true - type: input id: os attributes: @@ -42,7 +42,7 @@ body: attributes: label: Screenshots description: If applicable, please add screenshots to help explain your problem - - type: textbox + - type: textarea id: context attributes: label: Additional Context From 92043c49f33885de8ddd4372171a27221283f27a Mon Sep 17 00:00:00 2001 From: Poly-Pixel <79737178+Poly-Pixel@users.noreply.github.com> Date: Sat, 17 Sep 2022 19:06:14 -0400 Subject: [PATCH 4/5] chore: add feature request issue form --- .github/ISSUE_TEMPLATE/feature_request.yaml | 25 +++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 0000000000..4a8e583df0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,25 @@ +name: Feature Request +description: Suggest an idea for AppFlowy +title: "[FR]: " +body: + - type: textarea + id: desc + attributes: + label: Description + description: Describe your suggested feature and the main use cases + validations: + required: true + + - type: textarea + id: users + attributes: + label: Impact + description: What types of users can benefit from using the suggested feature? + validations: + required: true + + - type: textarea + id: context + attributes: + label: Additional Context + description: Add any additonal context about the feature here From b86931a4998553656597e36211d260bd87e86334 Mon Sep 17 00:00:00 2001 From: Poly-Pixel <79737178+Poly-Pixel@users.noreply.github.com> Date: Sat, 17 Sep 2022 21:44:04 -0400 Subject: [PATCH 5/5] chore: delete feature request issue template --- .github/ISSUE_TEMPLATE/feature_request.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 60f50bd7d2..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[FR] Untitled Feature Request" -labels: '' -assignees: '' - ---- - -**1~3 main use cases of the proposed feature** -Ex: As a ... , I want to set a reminder for a checkbox item so that I can be reminded by the system at a specific time. - -**what types of users can benefit from using your proposed feature** -Ex: busy students who tend to forget their paper deadlines - -**Additional context** -Add any other context or screenshots about the feature request here.