Create module.yml

This commit is contained in:
Aj - Thomas
2022-05-13 14:10:18 +02:00
committed by GitHub
parent 036922328f
commit e9c758b63d

24
.github/ISSUE_TEMPLATE/module.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: 🏗️ Module request
description: Request for a module to be added / an integration with you favourite service !
title: '[🏗️ Module] <title>'
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