From cb1df814f0d80681b1a3d919020d740f9bb715c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Thom?= Date: Sat, 2 Nov 2024 23:22:44 +0100 Subject: [PATCH] Add a discussion template for script requests --- .../DISCUSSION_TEMPLATE/request-script.yml | 35 +++++++++++++++++++ .github/pull_request_template.md | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 .github/DISCUSSION_TEMPLATE/request-script.yml diff --git a/.github/DISCUSSION_TEMPLATE/request-script.yml b/.github/DISCUSSION_TEMPLATE/request-script.yml new file mode 100644 index 00000000..91a982c4 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/request-script.yml @@ -0,0 +1,35 @@ +title: "[Script request] " +labels: ["enhancement"] +body: +- type: input + attributes: + label: Application Name + description: Enter the application name. + placeholder: "e.g., Home Assistant" + validations: + required: true +- type: input + attributes: + label: Website + description: Official website or github page. + placeholder: "e.g., https://www.home-assistant.io/" + validations: + required: true +- type: textarea + attributes: + label: Description + description: Explain what the application does and why it should be added to Proxmox VE Helper-Scripts. + placeholder: "e.g., Home Assistant is a popular open-source platform that brings all your smart home devices together in one place. Adding it to Proxmox VE Helper-Scripts would make setup and management on Proxmox easy, letting users quickly get a powerful, self-hosted smart home system up and running." + validations: + required: true +- type: checkboxes + attributes: + label: Due Diligence + options: + - label: "I have searched existing [scripts](https://community-scripts.github.io/Proxmox/scripts) and found no duplicates." + required: true + - label: "I have searched existing [discussions](https://github.com/community-scripts/ProxmoxVE/discussions?discussions_q=) and found no duplicate requests." + required: true +- type: markdown + attributes: + value: "Thanks for submitting your request! The team will review it and reach out if we need more information." \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 02d33ee1..e8491e01 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ > [!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. +We are meticulous when it comes to merging code into the main branch, so please understand that we 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. ## Description