From e0246c171434721d4d08c040574d10586f623540 Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 02:43:13 +0800 Subject: [PATCH 01/17] Create crash_report.yml --- .github/ISSUE_TEMPLATE/crash_report.yml | 41 +++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/crash_report.yml diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml new file mode 100644 index 000000000..7dd45ac04 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -0,0 +1,41 @@ +name: Crash Report +description: Tell us what happended when the app crashed or stopped working +labels: [ bug, untriaged ] +body: + +- type: textarea + id: report + attributes: + label: Error report + description: "An error report page should appear after the app crashing. Please copy and paste the report here." + value: | + 1. + 2. + 3. + ... + render: bash + validations: + required: true + +- type: checkboxes + id: reproducible + attributes: + options: + - label: This error is consistently reproducible with the same action, feed or article. + + +- type: textarea + id: repro + attributes: + label: Reproduction steps + description: "How can we recreate this bug? Please specify the account type (local, Google Reader, etc.) and, if applicable, the link to the relevant feed or article." + value: | + 1. + 2. + 3. + ... + render: bash + validations: + required: true + + From 4d5e0db70c3ebe5524a04611fc9e6e346895ce3f Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 02:48:48 +0800 Subject: [PATCH 02/17] Update crash_report.yml --- .github/ISSUE_TEMPLATE/crash_report.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index 7dd45ac04..2a0843327 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -19,8 +19,11 @@ body: - type: checkboxes id: reproducible + label: Checklist attributes: options: + - label: This error causes the app to crash. + required: true - label: This error is consistently reproducible with the same action, feed or article. From 65b166fcd8fa6cb9d312b5ab800f09c55a96a074 Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 02:49:33 +0800 Subject: [PATCH 03/17] Update crash_report.yml --- .github/ISSUE_TEMPLATE/crash_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index 2a0843327..453dadf99 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -19,8 +19,8 @@ body: - type: checkboxes id: reproducible - label: Checklist attributes: + label: Checklist options: - label: This error causes the app to crash. required: true From 262224aa082b274e28832617b7d19491eddac5f0 Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 02:50:07 +0800 Subject: [PATCH 04/17] Update crash_report.yml --- .github/ISSUE_TEMPLATE/crash_report.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index 453dadf99..d276815af 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -3,6 +3,15 @@ description: Tell us what happended when the app crashed or stopped working labels: [ bug, untriaged ] body: +- type: checkboxes + id: reproducible + attributes: + label: Checklist + options: + - label: This error causes the app to crash. + required: true + - label: This error is consistently reproducible with the same action, feed or article. + - type: textarea id: report attributes: @@ -16,16 +25,6 @@ body: render: bash validations: required: true - -- type: checkboxes - id: reproducible - attributes: - label: Checklist - options: - - label: This error causes the app to crash. - required: true - - label: This error is consistently reproducible with the same action, feed or article. - - type: textarea id: repro From bc2165ec6e35545475f243eb2d4ccb46d3546e97 Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 02:51:10 +0800 Subject: [PATCH 05/17] Update crash_report.yml --- .github/ISSUE_TEMPLATE/crash_report.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml index d276815af..158dfec57 100644 --- a/.github/ISSUE_TEMPLATE/crash_report.yml +++ b/.github/ISSUE_TEMPLATE/crash_report.yml @@ -17,11 +17,6 @@ body: attributes: label: Error report description: "An error report page should appear after the app crashing. Please copy and paste the report here." - value: | - 1. - 2. - 3. - ... render: bash validations: required: true From 2c4c44dd546ca91ccbd31f678071d5979a9737ed Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:00:38 +0800 Subject: [PATCH 06/17] Update and rename bug_report.md to bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.md | 16 -------------- .github/ISSUE_TEMPLATE/bug_report.yml | 31 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 16 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 09d66d696..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "" -labels: bug ---- - -**1. Environment** - -- Device: [Pixel 6] -- OS: [Android 13] -- APP: [0.9.6] - -**2. Describe the bug** - -_(I may not respond in a timely manner, but you will be notified when this issue is resolved or refused to be resolved.)_ diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..35a151072 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,31 @@ +name: Bug Report +description: Something is not working as expected? Let us know how we can fix it. +labels: [ bug, untriaged ] +body: + +- type: checkboxes + id: reproducible + attributes: + label: Checklist + options: + - label: This error does NOT cause the app to crash. + required: true + - label: I've already searched in [exising issues](https://github.com/Ashinch/ReadYou/issues?q=is%3Aissue+) and haven't found a similar problem reported. + required: true + - label: This error is consistently reproducible with the same action, feed or article. + +- type: textarea + id: repro + attributes: + label: Reproduction steps + description: "How can we recreate this bug? Please specify the account type (local, Google Reader, etc.) and, if applicable, the link to the relevant feed or article." + value: | + 1. + 2. + 3. + ... + render: bash + validations: + required: true + + From f39f38132926a3112522a48b7b42962130ad3143 Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:04:06 +0800 Subject: [PATCH 07/17] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 35a151072..d12ab46f5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,7 +13,15 @@ body: - label: I've already searched in [exising issues](https://github.com/Ashinch/ReadYou/issues?q=is%3Aissue+) and haven't found a similar problem reported. required: true - label: This error is consistently reproducible with the same action, feed or article. - + +body: +- type: input + id: version + attributes: + label: App version + validations: + required: true + - type: textarea id: repro attributes: From 40b8b0fa638c8d0c74fe8240265d31c548f87e94 Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:11:11 +0800 Subject: [PATCH 08/17] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d12ab46f5..de295af69 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,7 +12,7 @@ body: required: true - label: I've already searched in [exising issues](https://github.com/Ashinch/ReadYou/issues?q=is%3Aissue+) and haven't found a similar problem reported. required: true - - label: This error is consistently reproducible with the same action, feed or article. + - label: This error can be reproduced with the same action, feed or article. body: - type: input @@ -26,7 +26,7 @@ body: id: repro attributes: label: Reproduction steps - description: "How can we recreate this bug? Please specify the account type (local, Google Reader, etc.) and, if applicable, the link to the relevant feed or article." + description: "How can we reproduce this bug? Please specify the account type (local, Google Reader, etc.) and, if applicable, the link to the relevant feed or article." value: | 1. 2. From 56ea413b5734c7b229eb75b086966aaf0dde3982 Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:35:08 +0800 Subject: [PATCH 09/17] Update and rename feature_request.md to feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.md | 16 ------- .github/ISSUE_TEMPLATE/feature_request.yml | 50 ++++++++++++++++++++++ 2 files changed, 50 insertions(+), 16 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index e3edbda74..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "" -labels: enhancement ---- - -**1. Environment** - -- Device: [Pixel 6] -- OS: [Android 13] -- APP: [0.9.6] - -**2. Describe the feature request** - -_(I may not respond in a timely manner, but you will be notified when this issue is resolved or refused to be resolved.)_ \ 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 000000000..4b97c107a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,50 @@ +name: Feature Request +description: Suggest a new feature for the app +labels: [ enhancement, untriaged ] +body: + - type: checkboxes + id: checklist + attributes: + label: Checklist + options: + - label: I've already searched in [exising issues](https://github.com/Ashinch/ReadYou/issues?q=is%3Aissue+) and haven't found a similar feature request. + required: true + + + - type: dropdown + id: types + attributes: + label: Which category best fits this feature request? + options: + - Feed Sync & Management + - User Interface + - New API Integration + - Others + validations: + required: true + + + - type: textarea + id: description_1 + attributes: + label: Is your feature request related to a problem? Please describe. + description: + placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + validations: + required: false + - type: textarea + id: description_2 + attributes: + label: Describe the solution you'd like + description: + placeholder: A clear and concise description of what you want to happen. + validations: + required: false + - type: textarea + id: description_3 + attributes: + label: Video link + description: + placeholder: Please provide a link to the feed or article where this feature might be beneficial. + validations: + required: false From c7268709d494f57fbafccd245a66aa66cf9886b6 Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:36:05 +0800 Subject: [PATCH 10/17] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 84 +++++++++++----------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4b97c107a..673e8df86 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,49 +2,49 @@ name: Feature Request description: Suggest a new feature for the app labels: [ enhancement, untriaged ] body: - - type: checkboxes - id: checklist - attributes: - label: Checklist - options: - - label: I've already searched in [exising issues](https://github.com/Ashinch/ReadYou/issues?q=is%3Aissue+) and haven't found a similar feature request. - required: true - - - - type: dropdown - id: types +- type: checkboxes + id: checklist attributes: - label: Which category best fits this feature request? + label: Checklist options: - - Feed Sync & Management - - User Interface - - New API Integration - - Others - validations: - required: true + - label: I've already searched in [exising issues](https://github.com/Ashinch/ReadYou/issues?q=is%3Aissue+) and haven't found a similar feature request. + required: true + + +- type: dropdown +id: types +attributes: + label: Which category best fits this feature request? + options: + - Feed Sync & Management + - User Interface + - New API Integration + - Others +validations: + required: true - - type: textarea - id: description_1 - attributes: - label: Is your feature request related to a problem? Please describe. - description: - placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - validations: - required: false - - type: textarea - id: description_2 - attributes: - label: Describe the solution you'd like - description: - placeholder: A clear and concise description of what you want to happen. - validations: - required: false - - type: textarea - id: description_3 - attributes: - label: Video link - description: - placeholder: Please provide a link to the feed or article where this feature might be beneficial. - validations: - required: false +- type: textarea + id: description_1 + attributes: + label: Is your feature request related to a problem? Please describe. + description: + placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + validations: + required: false +- type: textarea + id: description_2 + attributes: + label: Describe the solution you'd like + description: + placeholder: A clear and concise description of what you want to happen. + validations: + required: false +- type: textarea + id: description_3 + attributes: + label: Video link + description: + placeholder: Please provide a link to the feed or article where this feature might be beneficial. + validations: + required: false From 6d08346ce8914aacd4adf7a116707b3dc4094ba0 Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:37:28 +0800 Subject: [PATCH 11/17] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 673e8df86..bfbbfa7de 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,13 +2,14 @@ name: Feature Request description: Suggest a new feature for the app labels: [ enhancement, untriaged ] body: + - type: checkboxes - id: checklist - attributes: - label: Checklist - options: - - label: I've already searched in [exising issues](https://github.com/Ashinch/ReadYou/issues?q=is%3Aissue+) and haven't found a similar feature request. - required: true +id: checklist +attributes: + label: Checklist + options: + - label: I've already searched in [exising issues](https://github.com/Ashinch/ReadYou/issues?q=is%3Aissue+) and haven't found a similar feature request. + required: true - type: dropdown From 29e7d89fda9b7b510d6db07cf8bad5403f14c3bb Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:38:22 +0800 Subject: [PATCH 12/17] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index bfbbfa7de..40caef00b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,4 +1,4 @@ -name: Feature Request +name: "Feature Request" description: Suggest a new feature for the app labels: [ enhancement, untriaged ] body: From 287a92e46d4a69735fc40572d91c36da34454dbf Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:39:34 +0800 Subject: [PATCH 13/17] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 40caef00b..2b24ca919 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,25 +4,25 @@ labels: [ enhancement, untriaged ] body: - type: checkboxes -id: checklist -attributes: - label: Checklist - options: - - label: I've already searched in [exising issues](https://github.com/Ashinch/ReadYou/issues?q=is%3Aissue+) and haven't found a similar feature request. - required: true + id: checklist + attributes: + label: Checklist + options: + - label: I've already searched in [exising issues](https://github.com/Ashinch/ReadYou/issues?q=is%3Aissue+) and haven't found a similar feature request. + required: true - type: dropdown -id: types -attributes: - label: Which category best fits this feature request? - options: - - Feed Sync & Management - - User Interface - - New API Integration - - Others -validations: - required: true + id: types + attributes: + label: Which category best fits this feature request? + options: + - Feed Sync & Management + - User Interface + - New API Integration + - Others + validations: + required: true - type: textarea From e372c411bfe3af8f1aef1cc9f2a50837949d2ba5 Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:40:12 +0800 Subject: [PATCH 14/17] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index de295af69..6c2419f18 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,7 +14,6 @@ body: required: true - label: This error can be reproduced with the same action, feed or article. -body: - type: input id: version attributes: From 430234a14477370ddcf5bc84bad09dbf0b25d314 Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:42:20 +0800 Subject: [PATCH 15/17] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 2b24ca919..e35d0aa7b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -44,8 +44,8 @@ body: - type: textarea id: description_3 attributes: - label: Video link + label: Related links description: - placeholder: Please provide a link to the feed or article where this feature might be beneficial. + placeholder: Please provide links to the feed or article where this feature might be beneficial. validations: required: false From ac6aa516d938dcbcd62101e14a16a48d2188826d Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:43:26 +0800 Subject: [PATCH 16/17] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6c2419f18..a9fc4b62e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,6 +13,18 @@ body: - label: I've already searched in [exising issues](https://github.com/Ashinch/ReadYou/issues?q=is%3Aissue+) and haven't found a similar problem reported. required: true - label: This error can be reproduced with the same action, feed or article. + +- type: dropdown + id: types + attributes: + label: Which category best fits this feature request? + options: + - Feed Sync + - Feed Management + - User Interface + - Others + validations: + required: true - type: input id: version From c6595410f4d548590908161cd071f33e88e0d7a1 Mon Sep 17 00:00:00 2001 From: junkfood <69683722+JunkFood02@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:35:53 +0800 Subject: [PATCH 17/17] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a9fc4b62e..b326031ca 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -17,7 +17,7 @@ body: - type: dropdown id: types attributes: - label: Which category best fits this feature request? + label: Which category best fits this error? options: - Feed Sync - Feed Management