Skip to content

Commit

Permalink
chore: Update network service discovery
Browse files Browse the repository at this point in the history
fix: moved PR template to proper folder
add: CODE_OF_CONDUCT.md
  • Loading branch information
Tearran committed Aug 2, 2024
1 parent c0ea5bb commit 9eaa0ed
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
File renamed without changes.
15 changes: 15 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -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.
8 changes: 4 additions & 4 deletions lib/armbian-configng/config.ng.runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"



Expand Down

0 comments on commit 9eaa0ed

Please sign in to comment.