From 3cb38938219dac9a6f182dbebef2c0e81833e737 Mon Sep 17 00:00:00 2001 From: voxel Date: Wed, 29 May 2024 10:00:07 -0400 Subject: [PATCH] Create form.yml --- .github/ISSUE_TEMPLATE/form.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/form.yml diff --git a/.github/ISSUE_TEMPLATE/form.yml b/.github/ISSUE_TEMPLATE/form.yml new file mode 100644 index 0000000..c7ae117 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/form.yml @@ -0,0 +1,32 @@ +name: add a stream +description: request to add a new stream into the playlist +title: 'Add: ' +labels: ['streams:add'] + +body: + - type: input + attributes: + label: channel name + placeholder: 'Disney Channel' + + - type: input + attributes: + label: stream URL + description: Link to the stream + placeholder: 'https://example.net/file.m3u8' + validations: + required: true + + - type: textarea + attributes: + label: Label + description: "any notes?" + + + - type: checkboxes + attributes: + label: contributing guide + description: 'please read [this](https://github.com/frostiptv/frostiptv.github.io/blob/main/README.md) before posting a request' + options: + - label: i've read it + required: true