From 44244f525d630b3fd7e1dfef77965e5bac7e50f2 Mon Sep 17 00:00:00 2001 From: straithe Date: Tue, 27 Sep 2022 03:12:36 -0400 Subject: [PATCH] Add documentation request issue template --- .github/ISSUE_TEMPLATE/documentation-request.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation-request.yml diff --git a/.github/ISSUE_TEMPLATE/documentation-request.yml b/.github/ISSUE_TEMPLATE/documentation-request.yml new file mode 100644 index 00000000..08b9044c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-request.yml @@ -0,0 +1,15 @@ +name: Documentation +description: Make a request regarding HackRF documentation +title: "[Documentation]: " +labels: ["documentation"] +body: + - type: markdown + attributes: + value: | + Thank you for taking the time to help Great Scott Gadgets improve the HackRF One documentation! + - type: textarea + id: documentation-request + attributes: + label: What would like us to add to or change about the HackRF One documentation? + validations: + required: true \ No newline at end of file