diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..66171e13 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,7 @@ +--- +name: Bug report +about: Report problems with the code in this repository. +title: "" +labels: "type: imperfection" +assignees: "" +--- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..eb5bf5ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: Learn about the Arduino Library Manager indexer + url: https://github.com/arduino/library-registry/blob/main/FAQ.md#arduino-library-manager-faq + about: Frequently asked questions about the Library Manager indexer. + - name: Support request + url: https://forum.arduino.cc/ + about: We can help you out on the Arduino Forum! diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..f2557244 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,7 @@ +--- +name: Feature request +about: Suggest an improvement for this project. +title: "" +labels: "type: enhancement" +assignees: "" +---