Skip to content

Commit

Permalink
Added a feature request issue template (#38440)
Browse files Browse the repository at this point in the history
  • Loading branch information
wknapik authored May 21, 2024
1 parent 2238230 commit ce779de
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/05_feature_request.yml
Original file line number Diff line number Diff line change
@@ -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: platforms
attributes:
label: Platforms
multiple: true
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

File renamed without changes.
File renamed without changes.

0 comments on commit ce779de

Please sign in to comment.