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
Chore: Update .prettierrc and run formatter on all files (#367)
* Chore: Update .prettierrc and run formatter on all files
* chore: Add .prettierignore rule for xel
* Add prettier version to dev dependencies and freeze version
---------
Co-authored-by: waffles-dev <waffles-dev@outlook.com>
Co-authored-by: levev <levvevv@gmail.com>
description: Suggest a new feature, enhancement, or just share your idea
3
3
title: "[Feature] "
4
-
labels:
5
-
- enhancement
4
+
labels:
5
+
- enhancement
6
6
body:
7
-
- type: markdown
8
-
attributes:
9
-
value: |
10
-
Thank you for taking your time submitting a Feature Request
11
-
Please make sure to look through the [issue tracker](https://github.com/TibixDev/winboat/issues) before submitting a Feature Request as to avoid duplicates.
12
-
- type: textarea
13
-
attributes:
14
-
label: Feature Description
15
-
description: Please take your time in outlining your Feature Request, as it helps others understand it more clearly.
16
-
validations:
17
-
required: true
18
-
- type: textarea
19
-
attributes:
20
-
label: Use-Case
21
-
description: Why do you think this Feature would be useful?
22
-
validations:
23
-
required: true
24
-
- type: textarea
25
-
attributes:
26
-
label: Proposed Implementation
27
-
description: Optionally, you could provide us with a proposal as to how you'd implement this feature.
28
-
- type: checkboxes
29
-
attributes:
30
-
label: Notice
31
-
options:
32
-
- label: I have checked the issue tracker and verified that this Feature Request has not been proposed before.
7
+
- type: markdown
8
+
attributes:
9
+
value: |
10
+
Thank you for taking your time submitting a Feature Request
11
+
Please make sure to look through the [issue tracker](https://github.com/TibixDev/winboat/issues) before submitting a Feature Request as to avoid duplicates.
12
+
- type: textarea
13
+
attributes:
14
+
label: Feature Description
15
+
description: Please take your time in outlining your Feature Request, as it helps others understand it more clearly.
16
+
validations:
33
17
required: true
34
-
- label: I would like to help out implementing this feature
35
-
18
+
- type: textarea
19
+
attributes:
20
+
label: Use-Case
21
+
description: Why do you think this Feature would be useful?
22
+
validations:
23
+
required: true
24
+
- type: textarea
25
+
attributes:
26
+
label: Proposed Implementation
27
+
description: Optionally, you could provide us with a proposal as to how you'd implement this feature.
28
+
- type: checkboxes
29
+
attributes:
30
+
label: Notice
31
+
options:
32
+
- label: I have checked the issue tracker and verified that this Feature Request has not been proposed before.
33
+
required: true
34
+
- label: I would like to help out implementing this feature
0 commit comments