Add Bug Report and Feature Request issue templates - #286
Merged
Conversation
justradical
requested changes
Aug 20, 2026
justradical
left a comment
Member
There was a problem hiding this comment.
Looks really nice but a couple of things here need changing, if you have any notes or comments for any of these then just lmk
Contributor
Author
|
@justradical I made the changes you suggested |
justradical
approved these changes
Aug 20, 2026
Member
guess we'll find out |
drewano
added a commit
to drewano/armada
that referenced
this pull request
Aug 20, 2026
* fix(pocketds): update display to label for gamescope * fix(armada-control): resolve dropdown focus freeze in Game Mode (armada-os#272) * docs(readme): update readme to reflect branding and wiki * chore: update README point users to GitHub issues more clearly and correct ROCKNIX device support mention * feat(thor): added HDR var and panel profile for thor closes armada-os#254 * chore(ayn): rename panel lua to generic panel name * chore(Containerfile): update kernel * Add Bug Report and Feature Request issue templates (armada-os#286) Co-Authored-By: Radical <radical@radical.fun> * fix(qam): resolve Quick Access Menu freeze sur charge jeu Le menu de droite (QAM / Quick Access Menu) gelait aléatoirement quand un jeu saturait les cores : deux causes cumulatives. - PluginLoader affamé par CFS : le binaire Decky (FEX x86) tournait en SCHED_OTHER Nice 0, donc le thread CEF/Decky n'était plus ordonnancé sous charge. Drop-in systemd 10-qam-freeze-fix.conf (SCHED_RR 10 + Nice -5 + IOScheduling best-effort) isole Decky de la contention jeu — le jeu reste piloté par armada-powerd/perf. - armada-control bloquait sa boucle selector sur `armada-power reload` (D-Bus PowerProfilesDaemon, 1-3 s) lors d'un write_config power : plus aucun write_config/game_launched n'était traité et les call() Decky timeout -> spinner QAM infini. Le reload est désormais fire-and-forget (thread daemon). Le fix DropdownItemInternal -> Field+Dropdown (armada-os#272) était déjà présent à a09ebab ; ces deux correctifs couvrent les vecteurs restants observés sur console 20260819.ddb5553 (aarch64, FEX). Test: ouvrir un jeu gourmand + spammer QAM/sliders -> plus de freeze, `chrt -p $(pgrep -f PluginLoader)` affiche RR 10. Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: JPyke3 <github@pyk.ee> Co-authored-by: Radical <radical@radical.fun> Co-authored-by: Rax <mpaulo968@gmail.com> Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added these two templates for issues