Skip to content

Commit 554dafd

Browse files
committed
Add issue templates
Although I don't feel that templates themselves have any value for this project, the GitHub template system has some very useful features: - Template chooser allows redirecting support requests via "Contact Links", and also provides a prominent link to security policy to guide vulnerability disclosures. - Encouraging the reporter to fit their report into a specific category results in more clarity. - Automatic labeling according to template choice allows the reporter to do the initial classification.
1 parent 150767a commit 554dafd

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)