From 3c0894441c6be58274e9e57d77bc4b3d3bef0bae Mon Sep 17 00:00:00 2001 From: Yoseph Maguire Date: Mon, 11 Feb 2019 12:28:18 -0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/general-template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/general-template.md diff --git a/.github/ISSUE_TEMPLATE/general-template.md b/.github/ISSUE_TEMPLATE/general-template.md new file mode 100644 index 0000000..f0e8e1c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general-template.md @@ -0,0 +1,14 @@ +--- +name: General Template +about: Template for submitting issues +title: DO NOT SUBMIT ISSUES TO THIS REPO +labels: '' +assignees: '' + +--- + +Hello! Thank you for submitting an issue to our repository. **HOWEVER**, don't do it here. We don't monitor this repository, and all the files are autogenerated so any issues submitted here will be in vain. + +Please submit your issue to the [azure-iot-sdk-c repo](https://github.com/Azure/azure-iot-sdk-c), and add "Arduino PAL" in the issue title. + +Thanks!