Skip to content

Commit 9dd53bb

Browse files
authored
Update issue templates
1 parent 95a1636 commit 9dd53bb

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report or Problem
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Before you start
11+
12+
1. Please check whether you're experiencing an issue listed in the [FAQ](https://github.com/probe-rs/embedded-test/wiki/FAQ-and-common-errors).
13+
2. Issues related to the host-side of this project are kept in the probe-rs repository (tagged [`component:embedded-test`](https://github.com/probe-rs/probe-rs/issues?q=is%3Aissue%20state%3Aopen%20label%3Acomponent%3Aembedded-test)) . If you already know the issue is related to the host-side, feel free to open the issue over there and to tag the maintainer of embedded-test (@t-moe).
14+
15+
Thank you!
16+
17+
------
18+
19+
**Describe the bug**
20+
A clear and concise description of what the bug is.
21+
22+
**Version information**
23+
* `probe-rs --version`
24+
* the version of embedded test
25+
* Include the output of `cargo tree | grep "embassy" -C3` if you are facing issues with embassy
26+
27+
**To Reproduce**
28+
Steps to reproduce the behavior:
29+
1. Go to '...'
30+
2. Click on '....'
31+
3. Scroll down to '....'
32+
4. See error
33+
34+
**Expected behavior**
35+
A clear and concise description of what you expected to happen.
36+
37+
**Additional context**
38+
Add any other context about the problem here.

0 commit comments

Comments
 (0)