Compare commits

..

4 Commits

Author SHA1 Message Date
tteckster 5f8c6ecdf8
Update README.md 2023-03-29 18:46:33 -04:00
tteckster 12a5191339
Update README.md 2023-03-29 18:45:27 -04:00
tteckster 651b81c7e2
Update README.md 2023-03-29 18:41:02 -04:00
Jimi Ford d0528d4913
Update CONTRIBUTING.md (#1272) 2023-03-29 18:21:05 -04:00
2 changed files with 4 additions and 2 deletions

View File

@ -2,4 +2,4 @@
Everybody is invited and welcome to contribute to Proxmox Helper Scripts. Everybody is invited and welcome to contribute to Proxmox Helper Scripts.
- Pull requests are always created against the [**pull-requests**](https://github.com/tteck/Proxmox/tree/pull-requests) branch. - Pull requests submitted against [**main**](https://github.com/tteck/Proxmox/tree/main) are meticulously scrutinized, so please do not take it personally if I reject your request. If you follow the patterns that have been established throughout the codebase, you greatly increase the likelihood that your changes will get merged into [**main**](https://github.com/tteck/Proxmox/tree/main) :partying_face:!

View File

@ -1,4 +1,6 @@
<sub>These script's allows for the creation of a Linux container or virtual machine in an interactive manner, with options for both basic and advanced configurations. The basic setup uses default settings, while the advanced setup provides additional options such as container type, root password, hostname, disk size, core count, RAM size, network settings, and others. The options are presented in a dialog box format using the whiptail command and the script collects and validates the user's input to generate the final configuration of the container or virtual machine.</sub> <h3><p align="center"><a href="https://github.com/tteck/Proxmox/blob/main/.github/CONTRIBUTING.md">Contributing to Proxmox Helper Scripts</a></p></h3>
<sub>These script's allows for the creation of a Linux container or virtual machine in an interactive manner, with options for both basic and advanced configurations. The basic setup uses default settings, while the advanced setup offers the possibility to modify the default settings. The options are presented in a dialog box format using the whiptail command and the script collects and validates the user's input to generate the final configuration of the container or virtual machine.</sub>
<h1><p align="center"><a href="https://tteck.github.io/Proxmox/">Proxmox Helper Scripts</a></p></h1> <h1><p align="center"><a href="https://tteck.github.io/Proxmox/">Proxmox Helper Scripts</a></p></h1>
<sub><div align="center"> Be cautious and thoroughly evaluate scripts and automation tasks obtained from external sources.</div></sub> <sub><div align="center"> Be cautious and thoroughly evaluate scripts and automation tasks obtained from external sources.</div></sub>