From 5763265ff2b5d79d326474ff7d16334fdc26bee7 Mon Sep 17 00:00:00 2001 From: Donavan Becker Date: Mon, 22 Jan 2024 21:29:54 -0600 Subject: [PATCH] add wiki change request --- .../ISSUE_TEMPLATE/wiki-change-request.yml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/wiki-change-request.yml diff --git a/.github/ISSUE_TEMPLATE/wiki-change-request.yml b/.github/ISSUE_TEMPLATE/wiki-change-request.yml new file mode 100644 index 0000000..0b44244 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/wiki-change-request.yml @@ -0,0 +1,33 @@ +name: Wiki CHange Request +description: want change? +labels: ["wiki change request"] +body: + - type: markdown + attributes: + value: | + Please read the following before you start filling out this form: + + * This form is for requesting changes to the Homebridge Organization wiki pages only. + - type: textarea + id: proposed-change + attributes: + label: Proposed Change + description: | + Please describe the change you would like to see made to the wiki page. + + If you are requesting a new page, please describe the page you would like to see created. + + placeholder: | + Tip: You can attach images or files by clicking this area to highlight it and then dragging files in. + validations: + required: true + - type: input + id: wiki-page + attributes: + label: Wiki Page Link + description: | + Please provide a link to the wiki page you would like to see changed. + + If you are requesting a new page, please provide details of where you would like to see this page linked from. + validations: + required: true