Skip to content

Commit caca294

Browse files
authored
Merge pull request #5 from per1234/issue-templates
Add issue templates
2 parents 612f440 + 554dafd commit caca294

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Bug report
3+
about: Report problems with the code in this repository.
4+
title: ""
5+
labels: "type: imperfection"
6+
assignees: ""
7+
---

.github/ISSUE_TEMPLATE/config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
contact_links:
2+
- name: Learn about the Arduino Library Manager indexer
3+
url: https://github.com/arduino/library-registry/blob/main/FAQ.md#arduino-library-manager-faq
4+
about: Frequently asked questions about the Library Manager indexer.
5+
- name: Support request
6+
url: https://forum.arduino.cc/
7+
about: We can help you out on the Arduino Forum!
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Feature request
3+
about: Suggest an improvement for this project.
4+
title: ""
5+
labels: "type: enhancement"
6+
assignees: ""
7+
---

0 commit comments

Comments
 (0)