From 32dc28892448f6d5e0cb3d11e063e4c912fea414 Mon Sep 17 00:00:00 2001 From: Wojciech Knapik Date: Tue, 21 May 2024 11:49:34 +0200 Subject: [PATCH 1/5] Added a feature request issue template --- .github/ISSUE_TEMPLATE/05_feature_request.yml | 36 +++++++++++++++++++ ...chromium_bump.yml => 06_chromium_bump.yml} | 0 ...{06_code_health.yml => 07_code_health.yml} | 0 3 files changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/05_feature_request.yml rename .github/ISSUE_TEMPLATE/{05_chromium_bump.yml => 06_chromium_bump.yml} (100%) rename .github/ISSUE_TEMPLATE/{06_code_health.yml => 07_code_health.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/05_feature_request.yml b/.github/ISSUE_TEMPLATE/05_feature_request.yml new file mode 100644 index 000000000000..a7267000fb2d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/05_feature_request.yml @@ -0,0 +1,36 @@ +# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms + +name: Feature request +description: Request a new feature +labels: + - feature-request +body: + - type: markdown + attributes: + value: |- + Have you searched for similar [issues](https://github.com/brave/brave-browser/issues?q=is%3Aissue+is%3Aopen+label%3Afeature-request)? + + Insufficiently described issues will be closed, so please provide as much information as possible + - type: dropdown + id: platform + attributes: + label: Platform + multiple: false + options: + - all + - Android + - iOS + - Linux + - macOS + - Windows + default: 0 + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + description: A brief description of the feature + validations: + required: true + diff --git a/.github/ISSUE_TEMPLATE/05_chromium_bump.yml b/.github/ISSUE_TEMPLATE/06_chromium_bump.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/05_chromium_bump.yml rename to .github/ISSUE_TEMPLATE/06_chromium_bump.yml diff --git a/.github/ISSUE_TEMPLATE/06_code_health.yml b/.github/ISSUE_TEMPLATE/07_code_health.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/06_code_health.yml rename to .github/ISSUE_TEMPLATE/07_code_health.yml From fe46695fc8cbb3c2247e63857094143bf0ea134c Mon Sep 17 00:00:00 2001 From: Wojciech Knapik Date: Tue, 21 May 2024 13:43:41 +0200 Subject: [PATCH 2/5] wip --- .github/ISSUE_TEMPLATE/05_feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/05_feature_request.yml b/.github/ISSUE_TEMPLATE/05_feature_request.yml index a7267000fb2d..e5b36ad54e97 100644 --- a/.github/ISSUE_TEMPLATE/05_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/05_feature_request.yml @@ -15,7 +15,7 @@ body: id: platform attributes: label: Platform - multiple: false + multiple: true options: - all - Android From ff3679df1bffdc22500da8037d980b272688feeb Mon Sep 17 00:00:00 2001 From: Wojciech Knapik Date: Tue, 21 May 2024 13:45:42 +0200 Subject: [PATCH 3/5] wip --- .github/ISSUE_TEMPLATE/05_feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/05_feature_request.yml b/.github/ISSUE_TEMPLATE/05_feature_request.yml index e5b36ad54e97..72340ace0db9 100644 --- a/.github/ISSUE_TEMPLATE/05_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/05_feature_request.yml @@ -23,7 +23,7 @@ body: - Linux - macOS - Windows - default: 0 + default: all validations: required: true - type: textarea From ff524206828eeb5780c42b4ae39773aaef8b2171 Mon Sep 17 00:00:00 2001 From: Wojciech Knapik Date: Tue, 21 May 2024 13:46:08 +0200 Subject: [PATCH 4/5] wip --- .github/ISSUE_TEMPLATE/05_feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/05_feature_request.yml b/.github/ISSUE_TEMPLATE/05_feature_request.yml index 72340ace0db9..e5b36ad54e97 100644 --- a/.github/ISSUE_TEMPLATE/05_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/05_feature_request.yml @@ -23,7 +23,7 @@ body: - Linux - macOS - Windows - default: all + default: 0 validations: required: true - type: textarea From e3ec5793b25796a9cb39e273758fed422c70f567 Mon Sep 17 00:00:00 2001 From: Wojciech Knapik Date: Tue, 21 May 2024 13:49:47 +0200 Subject: [PATCH 5/5] wip --- .github/ISSUE_TEMPLATE/05_feature_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/05_feature_request.yml b/.github/ISSUE_TEMPLATE/05_feature_request.yml index e5b36ad54e97..612fc158df43 100644 --- a/.github/ISSUE_TEMPLATE/05_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/05_feature_request.yml @@ -12,9 +12,9 @@ body: Insufficiently described issues will be closed, so please provide as much information as possible - type: dropdown - id: platform + id: platforms attributes: - label: Platform + label: Platforms multiple: true options: - all