You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Suggest a new feature or enhancement.
3
+
title: "[Feature]: "
4
+
labels: ["feature"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Thanks for taking the time to suggest a new feature! We appreciate your input and ideas. Please fill out the following details to help us understand your request better.
10
+
- type: dropdown
11
+
id: extension
12
+
attributes:
13
+
label: Extension
14
+
description: What extension do you want to suggest a feature for?
15
+
options:
16
+
- Random Dad Joke
17
+
- Random Fact
18
+
- Notion
19
+
validations:
20
+
required: true
21
+
- type: textarea
22
+
id: description
23
+
attributes:
24
+
label: Feature Description
25
+
description: Please provide a detailed description of the feature you would like to see. Include any relevant details or use cases that can help us understand your request better.
26
+
placeholder: Describe the feature you have in mind...
27
+
validations:
28
+
required: true
29
+
- type: checkboxes
30
+
id: terms
31
+
attributes:
32
+
label: Code of Conduct
33
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://bbb.dev/coc).
34
+
options:
35
+
- label: I agree to follow this project's Code of Conduct
0 commit comments