Skip to content

Commit e725e2e

Browse files
authored
Update issue templates
1 parent acb4a99 commit e725e2e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: General issue
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**System information**
14+
- OS: [linux/mac/windows]
15+
- Vim: [vim or neovim version]
16+
- Arduino: [output of `arduino --version`]
17+
- CLI version: [output of `arduino-cli version`, if you're using it]
18+
- ArduinoInfo: [output of `:ArduinoInfo` command]
19+
20+
**To Reproduce**
21+
Steps to reproduce the behavior:
22+
1.
23+
2.
24+
3.
25+
26+
**Expected behavior**
27+
A clear and concise description of what you expected to happen.
28+
29+
**Working command**
30+
If you are encountering an issue with verify or upload, please find a command line command that works as expected and put it here (you can find the command vim-arduino is using with `:ArduinoInfo`). If you cannot find a command that works, then the issue is with the arduino toolchain and not with this plugin.
31+
32+
**Screenshots**
33+
If applicable, add screenshots to help explain your problem.
34+
35+
**Additional context**
36+
Add any other context about the problem here.

0 commit comments

Comments
 (0)