Merge branch 'master' into dev

This commit is contained in:
David Heinemeier Hansson
2025-10-24 06:45:33 -07:00
5 changed files with 8 additions and 2 deletions

View File

@@ -19,5 +19,6 @@ body:
id: steps id: steps
attributes: attributes:
label: What's wrong? label: What's wrong?
description: Describe the issue, include steps to recreate it if possible, and attach the output of `omarchy-debug` if possible
validations: validations:
required: true required: true

View File

@@ -1 +1,5 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links:
- name: 🛟 Community Support
url: https://omarchy.org/discord
about: Need help? Join our Discord community for support with any issues. GitHub issues should be used for verified bugs, documentation, and enhancement proposals only.

View File

@@ -11,5 +11,6 @@ body:
id: steps id: steps
attributes: attributes:
label: What correction or addition do we need? label: What correction or addition do we need?
description: Please provide reference links and specifics of what should be updated
validations: validations:
required: true required: true

View File

@@ -23,7 +23,7 @@ if pacman -Qem >/dev/null; then
fi fi
fi fi
orphans=$(pacman -Qtdq) orphans=$(pacman -Qtdq || true)
if [[ -n $orphans ]]; then if [[ -n $orphans ]]; then
echo -e "\e[32m\nRemove orphan system packages\e[0m" echo -e "\e[32m\nRemove orphan system packages\e[0m"
for pkg in $orphans; do for pkg in $orphans; do

View File

@@ -1 +1 @@
3.1.2 3.1.3