From 5bb4271edbc2e0bb53b43db7e74fd71625d7f291 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 13 Jun 2022 14:33:26 +0200 Subject: Add form template for issue templates --- .github/ISSUE_TEMPLATE/30-feature-request.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/30-feature-request.yml (limited to '.github/ISSUE_TEMPLATE/30-feature-request.yml') diff --git a/.github/ISSUE_TEMPLATE/30-feature-request.yml b/.github/ISSUE_TEMPLATE/30-feature-request.yml new file mode 100644 index 000000000..e4337348c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/30-feature-request.yml @@ -0,0 +1,24 @@ +--- +name: ✨ Feature Request +description: Use this template to ask for new features and suggest new ideas 💡 +body: + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: | + Please search among past open/closed issues for a similar one beforehand: + - https://github.com/Chocobozzz/PeerTube/issues?q= + - https://framacolibri.org/c/peertube + options: + - label: I have searched existing issues + required: true + + - type: textarea + attributes: + label: Describe the problem to be solved + description: Provide a clear and concise description of what the problem is + + - type: textarea + attributes: + label: Describe the solution you would like + description: Provide a clear and concise description of what you want to happen -- cgit v1.2.3