From 7e6599318b55e03129ab8f1e85f8eeac2d3ef132 Mon Sep 17 00:00:00 2001 From: Tim Camise Date: Mon, 22 Apr 2024 13:55:56 -0700 Subject: [PATCH] Add camera capability disclaimer to issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +++- .github/ISSUE_TEMPLATE/feature_request.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9b67d68e..b009503d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,12 +7,14 @@ assignees: '' --- +> First ensure you are using a camera that is [currently supported](https://gopro.github.io/OpenGoPro/#compatibility) by Open GoPro. Any other tickets will be rejected. + **Component** What is the bug in? - Demos (python sdk, etc) - Tutorials - Documentation -- Specs (BLE , HTTP) +- Specs (BLE, HTTP) **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 30ae18f2..3e1ec413 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,6 +7,8 @@ assignees: '' --- +> First ensure you are using a camera that is [currently supported](https://gopro.github.io/OpenGoPro/#compatibility) by Open GoPro. Any other tickets will be rejected. + **Is your feature request related to a problem or use case? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]