From 1974d0f244edb691c80241eae9004c8dae8a9b0d Mon Sep 17 00:00:00 2001 From: Ellis Percival <github.com@failcode.co.uk> Date: Sun, 24 Jan 2021 15:33:49 +0000 Subject: [PATCH] Update issue templates --- .../ISSUE_TEMPLATE/new-hardware-request.md | 20 +++++++++++++++++++ .github/ISSUE_TEMPLATE/support-request.md | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/new-hardware-request.md diff --git a/.github/ISSUE_TEMPLATE/new-hardware-request.md b/.github/ISSUE_TEMPLATE/new-hardware-request.md new file mode 100644 index 0000000..8b3c7f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-hardware-request.md @@ -0,0 +1,20 @@ +--- +name: New hardware request +about: You'd like this software to support a piece of hardware that it doesn't already +title: '' +labels: new module, hardware, needs triage +assignees: '' + +--- + +**Hardware details** +Details of the hardware you'd like us to support. Please include links to relevant datasheets and/or product pages. + +**Benefits** +Please explain any features of this hardware that makes it worth using and supporting. + +**Python library** +If you know of an existing Python library that offers support for this piece of hardware, please provide a link. + +**Context** +Any other context you think might be useful. diff --git a/.github/ISSUE_TEMPLATE/support-request.md b/.github/ISSUE_TEMPLATE/support-request.md index ac5e0d7..e75d7be 100644 --- a/.github/ISSUE_TEMPLATE/support-request.md +++ b/.github/ISSUE_TEMPLATE/support-request.md @@ -2,7 +2,7 @@ name: Support request about: Need help setting up, configuring, or otherwise using the software title: '' -labels: support, needs triage +labels: needs triage, support assignees: '' --- -- GitLab