Skip to content

Commit 155a566

Browse files
waffles-devwaffles-devLevev
authored
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>
1 parent e80b9ab commit 155a566

60 files changed

Lines changed: 2835 additions & 2246 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -2,69 +2,69 @@ name: 🚨 Bug Report
22
description: Report an issue that you've encountered
33
title: "[Bug] "
44
labels:
5-
- bug
6-
- needs-triage
5+
- bug
6+
- needs-triage
77
body:
8-
- type: markdown
9-
attributes:
10-
value: |
11-
Thanks for taking your time reporting an issue.
12-
Please make sure to look through the [issue tracker](https://github.com/TibixDev/winboat/issues) before submitting an issue as to avoid duplicates.
13-
- type: input
14-
attributes:
15-
label: What version of WinBoat are you running?
16-
validations:
17-
required: true
18-
- type: textarea
19-
attributes:
20-
label: Your Environment
21-
placeholder: |
22-
Linux Distro used:
23-
Desktop Environment used:
24-
FreeRDP type and version used: (e.g. flatpak 3.17.1)
25-
Anything else you may find relevant...
26-
validations:
27-
required: true
28-
- type: textarea
29-
attributes:
30-
label: Steps to Reproduce / Context
31-
description: |
32-
Please provide clear steps to reproduce this issue.
33-
If the issue is not completely reproducible, please provide some context about your case.
34-
validations:
35-
required: true
36-
- type: textarea
37-
attributes:
38-
label: Logs
39-
description: |
40-
Please drag 'n drop your `.log` files from `~/.winboat`, then format them accordingly.
41-
WARNING: winboat.log contains your VM's password in plaintext, so if it's sensitive make sure to remove it before uploading."
42-
placeholder: |
43-
- [winboat.log](https://github.com/user-attachments/files/.../winboat.log)
44-
- [install.log](https://github.com/user-attachments/files/.../install.log)
45-
- [qmp.log](https://github.com/user-attachments/files/.../qmp.log)
46-
...
47-
validations:
48-
required: true
49-
- type: textarea
50-
attributes:
51-
label: Expected Behavior
52-
description: Describe what should happen in this case.
53-
validations:
54-
required: true
55-
- type: textarea
56-
attributes:
57-
label: Current Behavior
58-
description: Tell us what happens instead of the Expected Behavior
59-
validations:
60-
required: true
61-
- type: textarea
62-
attributes:
63-
label: Possible Solution
64-
description: Optionally, suggest a fix/reason for the issue.
65-
- type: checkboxes
66-
attributes:
67-
label: Quality Notice
68-
options:
69-
- label: I have checked the issue tracker and verified that this bug is a unique case.
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking your time reporting an issue.
12+
Please make sure to look through the [issue tracker](https://github.com/TibixDev/winboat/issues) before submitting an issue as to avoid duplicates.
13+
- type: input
14+
attributes:
15+
label: What version of WinBoat are you running?
16+
validations:
7017
required: true
18+
- type: textarea
19+
attributes:
20+
label: Your Environment
21+
placeholder: |
22+
Linux Distro used:
23+
Desktop Environment used:
24+
FreeRDP type and version used: (e.g. flatpak 3.17.1)
25+
Anything else you may find relevant...
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: Steps to Reproduce / Context
31+
description: |
32+
Please provide clear steps to reproduce this issue.
33+
If the issue is not completely reproducible, please provide some context about your case.
34+
validations:
35+
required: true
36+
- type: textarea
37+
attributes:
38+
label: Logs
39+
description: |
40+
Please drag 'n drop your `.log` files from `~/.winboat`, then format them accordingly.
41+
WARNING: winboat.log contains your VM's password in plaintext, so if it's sensitive make sure to remove it before uploading."
42+
placeholder: |
43+
- [winboat.log](https://github.com/user-attachments/files/.../winboat.log)
44+
- [install.log](https://github.com/user-attachments/files/.../install.log)
45+
- [qmp.log](https://github.com/user-attachments/files/.../qmp.log)
46+
...
47+
validations:
48+
required: true
49+
- type: textarea
50+
attributes:
51+
label: Expected Behavior
52+
description: Describe what should happen in this case.
53+
validations:
54+
required: true
55+
- type: textarea
56+
attributes:
57+
label: Current Behavior
58+
description: Tell us what happens instead of the Expected Behavior
59+
validations:
60+
required: true
61+
- type: textarea
62+
attributes:
63+
label: Possible Solution
64+
description: Optionally, suggest a fix/reason for the issue.
65+
- type: checkboxes
66+
attributes:
67+
label: Quality Notice
68+
options:
69+
- label: I have checked the issue tracker and verified that this bug is a unique case.
70+
required: true
Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,34 @@
11
name: 🧩 Feature Request
22
description: Suggest a new feature, enhancement, or just share your idea
33
title: "[Feature] "
4-
labels:
5-
- enhancement
4+
labels:
5+
- enhancement
66
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:
3317
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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Ask for Help
4-
about: If you have any questions regarding WinBoat, join our Discord
5-
url: https://discord.gg/MEwmpWm4tN
3+
- name: Ask for Help
4+
about: If you have any questions regarding WinBoat, join our Discord
5+
url: https://discord.gg/MEwmpWm4tN

.github/renovate.json5

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
{
2-
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3-
extends: [
4-
'config:recommended',
5-
':disableRateLimiting',
6-
],
7-
"includePaths": ["**/src/renderer/lib/**"],
8-
"regexManagers": [
2+
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3+
extends: ["config:recommended", ":disableRateLimiting"],
4+
includePaths: ["**/src/renderer/lib/**"],
5+
regexManagers: [
96
{
10-
"fileMatch": ["src/renderer/lib/install\\.ts$"],
11-
"matchStrings": [
12-
"\"image\":\\s*\"(?<depName>ghcr\\.io/dockur/windows):(?<currentValue>[^\"]+)\""
13-
],
14-
"datasourceTemplate": "docker",
15-
"depTypeTemplate": "container"
16-
}
17-
]
7+
fileMatch: ["src/renderer/lib/install\\.ts$"],
8+
matchStrings: ['"image":\\s*"(?<depName>ghcr\\.io/dockur/windows):(?<currentValue>[^"]+)"'],
9+
datasourceTemplate: "docker",
10+
depTypeTemplate: "container",
11+
},
12+
],
1813
}

0 commit comments

Comments
 (0)