diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/script-issue.yaml similarity index 98% rename from .github/ISSUE_TEMPLATE/bug_report.yaml rename to .github/ISSUE_TEMPLATE/script-issue.yaml index bed10433..b8e83878 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/script-issue.yaml @@ -1,4 +1,4 @@ -name: Problems with a script. +name: Problems with a script description: Generate a report on an issue pertaining specifically to a script. For other inquires please share them in the Discussions section. body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/website-issue.yaml b/.github/ISSUE_TEMPLATE/website-issue.yaml new file mode 100644 index 00000000..abfa19f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/website-issue.yaml @@ -0,0 +1,45 @@ +name: Problems with the website +description: Generate a report on an issue pertaining specifically to the website (https://community-scripts.github.io/ProxmoxVE/). For other inquires please share them in the Discussions section. +labels: ["website"] +body: + - type: markdown + attributes: + value: | + **IMPORTANT:** Failure to comply with the following guidelines may result in immediate closure. + - Prior to submitting, kindly search the closed issues to check if the problem you are reporting has already been addressed and resolved. If you come across a closed issue that pertains to your problem, please leave a comment on that issue instead of creating a new one. + - For suggestions, questions or feature/script requests, please share them in the [Discussions section.](https://github.com/community-scripts/ProxmoxVE/discussions) + - type: input + id: guidelines + attributes: + label: Please verify that you have read and understood the guidelines. + placeholder: 'yes' + validations: + required: true + - type: textarea + id: bug + attributes: + label: A clear and concise description of the issue. + validations: + required: true + - type: textarea + id: expected-behavior + attributes: + label: Please provide a description of the expected behavior. + validations: + required: true + - type: textarea + id: screenshot + attributes: + label: If relevant, including screenshots or a code block can be helpful in clarifying the issue. + placeholder: Code blocks begin and conclude by enclosing the code with three backticks (```) above and below it. + validations: + required: false + - type: textarea + id: reproduce + attributes: + label: Please provide detailed steps to reproduce the issue. + placeholder: First do this, then this ... + validations: + required: false + + diff --git a/README.md b/README.md index 6e45c85e..16100226 100644 --- a/README.md +++ b/README.md @@ -1,46 +1,112 @@
Dear Community,
In agreement with tteck and Community-Scripts, this project has now transitioned into a community-driven effort. We aim to continue his work, building on the foundation he laid to support Proxmox users worldwide.
-tteck, whose contribution has been invaluable, shared recently that he is now in hospice care. His scripts have empowered thousands, and we honor his legacy by carrying this project forward with the same passion and commitment. We’re deeply grateful for his vision, which made Proxmox accessible to so many.
-To tteck: Your impact will be felt in this community for years to come. We thank you for everything.
-Warm regards,
The Community
- Website |
- Ko-Fi (for tteck🙏) |
- Contribute |
- Guides |
- Discord |
- Changelog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-Please exercise caution and thoroughly review scripts and automation tasks from external sources. Read more -
+## 🚀 Introduction + +**Proxmox VE Helper-Scripts** is a community-driven initiative that simplifies the setup of Proxmox Virtual Environment (VE). Originally created by [tteck](https://github.com/tteck), these scripts automate and streamline the process of creating and configuring Linux containers (LXC) and virtual machines (VMs) on Proxmox VE. --- -### Note on the Transition: -This project is now maintained by the community in memory of tteck’s invaluable contribution. His dedication transformed the Proxmox experience for countless users, and we’re committed to continuing his work with the same dedication. +## 📦 Features + +- **Interactive Setup**: Select simple or advanced options for your VM or LXC container configurations. +- **Customizable Configuration**: Advanced setup allows you to fine-tune your environment. +- **Ease of Use**: Scripts automatically validate inputs to generate the final configuration. +- **Proxmox Integration**: Seamlessly integrates with Proxmox VE to provide a user-friendly experience. +- **Community-Driven**: This project is actively maintained and improved by the community. + +
+
+
+
+