Skip to content

Add issue templates #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Bug report
about: Report problems with the code in this repository.
title: ""
labels: "type: imperfection"
assignees: ""
---
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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!
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Feature request
about: Suggest an improvement for this project.
title: ""
labels: "type: enhancement"
assignees: ""
---