mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 07:09:07 +00:00
Compare commits
2 Commits
fdbacdd683
...
bcb61b51ac
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bcb61b51ac | ||
|
|
943d0d1fe7 |
49
.gitlab/issue_templates/Bug.md
Normal file
49
.gitlab/issue_templates/Bug.md
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
### Bug Description
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Description of the issue you're experiencing.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Steps to Reproduce
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Steps to reproduce the issue.
|
||||||
|
1. Open ...
|
||||||
|
2. Click on ...
|
||||||
|
...
|
||||||
|
-->
|
||||||
|
|
||||||
|
### What behavior did you observe?
|
||||||
|
|
||||||
|
<!--
|
||||||
|
What actually happened that was unexpected?
|
||||||
|
-->
|
||||||
|
|
||||||
|
### What behavior did you expect?
|
||||||
|
|
||||||
|
<!--
|
||||||
|
What did you expect to happen instead?
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Further Information
|
||||||
|
|
||||||
|
<!--
|
||||||
|
If applicable: Screenshots and/or screencasts, which show the issue.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
If applicable: Logs, which show relevant information like error messages.
|
||||||
|
- For core extension issues, open the terminal and run: journalctl -f, then reproduce the issue and paste the relevant messages here in a code block (```).
|
||||||
|
- For extension preferences issues, open the terminal and run: journalctl -f -o cat /usr/bin/gjs, then reproduce the issue and paste the relevant messages here in a code block (```).
|
||||||
|
-->
|
||||||
|
|
||||||
|
### System Information
|
||||||
|
|
||||||
|
- Operating System: <!-- What operating system are you using? -->
|
||||||
|
- GNOME Version: <!-- What GNOME version are you running? Open a terminal and run: gnome-shell --version, then paste the output here. -->
|
||||||
|
|
||||||
|
Enabled Extensions:
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Which extensions do you have enabled? Open a terminal and run: gnome-extensions list --enabled --details, then paste the output here in a code block (```).
|
||||||
|
-->
|
||||||
@ -2,7 +2,7 @@
|
|||||||
"uuid": "top-bar-organizer@julian.gse.jsts.xyz",
|
"uuid": "top-bar-organizer@julian.gse.jsts.xyz",
|
||||||
"name": "Top Bar Organizer",
|
"name": "Top Bar Organizer",
|
||||||
"description": "Organize the items of the top (menu)bar.",
|
"description": "Organize the items of the top (menu)bar.",
|
||||||
"version": 13,
|
"version": 14,
|
||||||
"shell-version": [ "45", "46", "47", "48" ],
|
"shell-version": [ "45", "46", "47", "48" ],
|
||||||
"settings-schema": "org.gnome.shell.extensions.top-bar-organizer",
|
"settings-schema": "org.gnome.shell.extensions.top-bar-organizer",
|
||||||
"url": "https://gitlab.gnome.org/june/top-bar-organizer"
|
"url": "https://gitlab.gnome.org/june/top-bar-organizer"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user