mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "4cddfa3b12b1ac9f7b49f6755d5bead378dd8a40" and "b129cb1767f6c97f9e3cfb9cb9d0e97424cf5a03" have entirely different histories.
4cddfa3b12
...
b129cb1767
|
@ -1,20 +1,18 @@
|
|||
> [!NOTE]
|
||||
I am meticulous when it comes to merging code into the main branch, so please understand that I may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.
|
||||
## I wanted to make you aware that I am meticulous when it comes to merging code into the main branch, so please don't take it personally if I reject your request.
|
||||
|
||||
## Description
|
||||
|
||||
Provide a summary of the changes made and/or reference the issue being addressed.
|
||||
Please include a summary of the change and/or which issue is fixed.
|
||||
|
||||
Fixes # (issue)
|
||||
|
||||
## Type of change
|
||||
|
||||
Please check the relevant option(s):
|
||||
|
||||
- [ ] Bug fix (non-breaking change that resolves an issue)
|
||||
- [ ] New feature (non-breaking change that adds functionality)
|
||||
- [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
|
||||
- [ ] New script (a fully functional and thoroughly tested script or set of scripts.)
|
||||
- [ ] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
|
||||
- [ ] Documentation update required (this change requires an update to the documentation)
|
||||
Please delete options that are not relevant.
|
||||
|
||||
- [ ] Bug fix (non-breaking change which fixes an issue)
|
||||
- [ ] New feature (non-breaking change which adds functionality)
|
||||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
||||
- [ ] New Script (Develop a new script or set of scripts that are fully functional and thoroughly tested)
|
||||
- [ ] I have performed a self-review of my code, adhering to established codebase patterns and conventions.
|
||||
- [ ] This change requires a documentation update
|
||||
|
|
|
@ -21,7 +21,7 @@ header_info
|
|||
echo -e "Loading..."
|
||||
APP="Collabora"
|
||||
var_disk="12"
|
||||
var_cpu="2"
|
||||
var_cpu="1"
|
||||
var_ram="1024"
|
||||
var_os="debian"
|
||||
var_version="12"
|
||||
|
|
Loading…
Reference in New Issue