From e9c758b63d2cfa60cd31a2efdcbf2eac68f700eb Mon Sep 17 00:00:00 2001
From: Aj - Thomas <49837342+ajnart@users.noreply.github.com>
Date: Fri, 13 May 2022 14:10:18 +0200
Subject: [PATCH] Create module.yml
---
.github/ISSUE_TEMPLATE/module.yml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE/module.yml
diff --git a/.github/ISSUE_TEMPLATE/module.yml b/.github/ISSUE_TEMPLATE/module.yml
new file mode 100644
index 000000000..54a0d5276
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/module.yml
@@ -0,0 +1,24 @@
+name: 🏗️ Module request
+description: Request for a module to be added / an integration with you favourite service !
+title: '[🏗️ Module]
'
+labels: ['🏗️ Module']
+body:
+ - type: textarea
+ id: name
+ attributes:
+ label: Name the integration
+ description: Please describe the name of the Module/Integration you want to see and info that could help us with adding it. For example screenshots/mockups for inspiration. API links or already existing JavaScript/TypeScript integration of the API
+ validations:
+ required: true
+ - type: checkboxes
+ id: idiot-check
+ attributes:
+ label: Please tick the boxes
+ description: Before submitting, please ensure that
+ options:
+ - label: You've read the [docs](https://github.com/ajnart/homarr#readme)
+ required: true
+ - label: You've checked for [duplicate issues](https://github.com/ajnart/homarr/issues)
+ required: true
+ - label: You're not just putting an idea out there and actually give usefull information about how to implement your module idea
+ required: true