-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update install-proxmox.sh to add RaspberryMatic logo and link in Proxmox description #2894
Conversation
Caution Review failedThe pull request is closed. WalkthroughThe Changes
Possibly related PRs
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (1)
scripts/install-proxmox.sh (1)
823-823
: LGTM! The HTML description changes look good.The changes enhance the visual presentation by adding the RaspberryMatic logo and link. Good use of:
- Center alignment for better presentation
- Proper HTML attributes
- Consistent implementation across VM and CT configurations
Consider adding width and alt attributes to the image for better accessibility and to prevent potential layout issues:
-<img src='https://raspberrymatic.de/wp-content/uploads/2021/07/logo.png'/> +<img src='https://raspberrymatic.de/wp-content/uploads/2021/07/logo.png' width='200' alt='RaspberryMatic Logo'/>Also applies to: 851-851, 892-892
changed your stuff to use github as img provider and also use markdown instead of lengthy html stuff. So will accept that PR. But next time do not submit PR based on your master branch, but use a dedicated branch for creating PRs. |
thanks for information for the next time :) |
Description
Related Issue
No Issue, Update install-proxmox.sh to add RaspberryMatic logo and link in Proxmox description
Types of changes
Update install-proxmox.sh to add RaspberryMatic logo and link in Proxmox description
Alternate Designs
Possible Drawbacks
Verification Process
Release Notes
Contributing checklist
Summary by CodeRabbit