Skip to content

Commit 3e399be

Browse files
authored
Merge pull request #20 from havardthom/main
Add a discussion template for script requests
2 parents a4a1821 + cb1df81 commit 3e399be

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
title: "[Script request] "
2+
labels: ["enhancement"]
3+
body:
4+
- type: input
5+
attributes:
6+
label: Application Name
7+
description: Enter the application name.
8+
placeholder: "e.g., Home Assistant"
9+
validations:
10+
required: true
11+
- type: input
12+
attributes:
13+
label: Website
14+
description: Official website or github page.
15+
placeholder: "e.g., https://www.home-assistant.io/"
16+
validations:
17+
required: true
18+
- type: textarea
19+
attributes:
20+
label: Description
21+
description: Explain what the application does and why it should be added to Proxmox VE Helper-Scripts.
22+
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."
23+
validations:
24+
required: true
25+
- type: checkboxes
26+
attributes:
27+
label: Due Diligence
28+
options:
29+
- label: "I have searched existing [scripts](https://community-scripts.github.io/Proxmox/scripts) and found no duplicates."
30+
required: true
31+
- label: "I have searched existing [discussions](https://github.com/community-scripts/ProxmoxVE/discussions?discussions_q=) and found no duplicate requests."
32+
required: true
33+
- type: markdown
34+
attributes:
35+
value: "Thanks for submitting your request! The team will review it and reach out if we need more information."

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
> [!NOTE]
2-
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.
2+
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.
33

44
## Description
55

0 commit comments

Comments
 (0)