-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #262 from oskarsh/beta
v3.4
- Loading branch information
Showing
38 changed files
with
688 additions
and
649 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# These are supported funding model platforms | ||
|
||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
patreon: # Replace with a single Patreon username | ||
patreon: L0drex # Replace with a single Patreon username | ||
open_collective: # Replace with a single Open Collective username | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: daehruoydeef | ||
liberapay: # liberapay user name | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
custom: # Replace with a single custom sponsorship URL |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
placeholder: Tell us what you see! | ||
value: "A bug happened!" | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version of Yin & Yang are you running? | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: source | ||
attributes: | ||
label: How did you install Yin & Yang? | ||
options: | ||
- Git clone + running install script | ||
- AUR | ||
- Flatpak | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: desktop | ||
attributes: | ||
label: What desktop environments are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- KDE | ||
- Gnome | ||
- Xfce | ||
- Mate | ||
- Cinnamon | ||
- other | ||
- type: dropdown | ||
id: plugins | ||
attributes: | ||
label: Which plugin causes the issue? | ||
options: | ||
- Atom | ||
- Brave | ||
- Colors | ||
- Custom Script | ||
- Firefox | ||
- Gedit | ||
- GTK | ||
- Konsole | ||
- Kvantum | ||
- Only Office | ||
- System | ||
- VSCode | ||
- Wallpaper | ||
- type: input | ||
id: plugin_version | ||
attributes: | ||
label: What software version do you use? | ||
description: For example, if you see a problem with the VSCode plugin, this would refer to the version of VSCode you have installed. | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
psutil==5.9.6 | ||
PySide6==6.6.0 | ||
PySide6-Addons==6.6.0 | ||
psutil==5.9.7 | ||
PySide6==6.6.1 | ||
PySide6-Addons==6.6.1 | ||
suntime==1.2.5 | ||
systemd-python==235 | ||
requests~=2.31.0 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.