diff --git a/.github/ISSUE_TEMPLATE/new-hardware-request.md b/.github/ISSUE_TEMPLATE/new-hardware-request.md new file mode 100644 index 0000000000000000000000000000000000000000..8b3c7f4fcdc3b3db612872a815094e81615f0d04 --- /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 ac5e0d727dd40aec52d0b6fca06b27d1b14bb7dd..e75d7beca3399e4e7a24dd5ff9bd8db7aa6384a5 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: '' ---