From 9eaa0ed9acd1b53ada29ceacf2148639dc624e6a Mon Sep 17 00:00:00 2001 From: Tearran Date: Fri, 2 Aug 2024 14:49:27 -0400 Subject: [PATCH] chore: Update network service discovery fix: moved PR template to proper folder add: CODE_OF_CONDUCT.md --- .github/{workflows => }/PULL_REQUEST_TEMPLATE.md | 0 CODE_OF_CONDUCT.md | 15 +++++++++++++++ lib/armbian-configng/config.ng.runtime.sh | 8 ++++---- 3 files changed, 19 insertions(+), 4 deletions(-) rename .github/{workflows => }/PULL_REQUEST_TEMPLATE.md (100%) create mode 100644 CODE_OF_CONDUCT.md diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/workflows/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..cf6bf9cf --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,15 @@ +## Code of Conduct + +We strive to create a welcoming and inclusive environment for everyone. To ensure this, please follow these guidelines: + +- **Be Respectful and Considerate**: Remember that our community is global, and language and cultural differences may exist. Avoid using offensive or inappropriate language. Understand that what may be acceptable in one culture could be considered offensive in another. + +- **Seek Clarification When Needed**: If you don't understand something, don't hesitate to ask questions. Similarly, if someone asks a question, be patient and provide a clear and helpful response. Avoid being offended by questions or requests for clarification. + +- **Communication Challenges**: Recognize that not everyone finds communication easy. If you have difficulty expressing yourself, that's okay. We ask everyone to be patient and understanding, and to focus on the message rather than the way it is conveyed. + +- **Be Patient and Understanding**: Recognize that contributors come from various backgrounds and levels of experience. If someone makes a mistake, offer constructive feedback rather than criticism. + +- **Encourage Inclusivity**: Make an effort to include everyone in discussions, especially those who might be new or less experienced. Avoid jargon or acronyms without explanations, as these can be confusing for newcomers. + +By following these guidelines, we can ensure a positive and productive environment for all contributors. If you encounter any issues or have concerns, please reach out to the project maintainers on GitHub, the Armbian forums, or Discord. \ No newline at end of file diff --git a/lib/armbian-configng/config.ng.runtime.sh b/lib/armbian-configng/config.ng.runtime.sh index ecae8ce5..b86f5d34 100644 --- a/lib/armbian-configng/config.ng.runtime.sh +++ b/lib/armbian-configng/config.ng.runtime.sh @@ -18,7 +18,7 @@ bluetooth_status=$(dpkg -s bluetooth &> /dev/null && echo true || echo false) bluez_status=$(dpkg -s bluez &> /dev/null && echo true || echo false) bluez_tools_status=$(dpkg -s bluez-tools &> /dev/null && echo true || echo false) held_packages=$(apt-mark showhold) - +is_avahi_installed=$(check_if_installed avahi-daemon) module_options+=( ["update_json_data,author"]="Joey Turner" @@ -80,9 +80,9 @@ update_json_data "Software" "$installed_software" # Submenu updates based on network and software -update_submenu_data "Testing" "T2" "$network_adapter" -update_submenu_data "Testing" "T1" "$installed_software" -update_submenu_data "Install" "I0" "$installed_software" +#update_submenu_data "Testing" "T2" "$network_adapter" +#update_submenu_data "Testing" "T1" "$installed_software" +#update_submenu_data "Install" "I0" "$installed_software"