Skip to content

Commit

Permalink
PR and issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Dec 22, 2024
1 parent bb58754 commit 732d707
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ assignees: ''

<!-- A clear and concise description of what the bug is. -->

- Would you like to work on a fix? [y/n]

## To Reproduce

<!-- Steps to reproduce the behavior. -->
Expand All @@ -30,3 +32,4 @@ assignees: ''
- Crate (`esp-idf-sys`) version: [e.g. 0.35.0; type master if you use the crate from the GIT master branch]
- ESP-IDF branch or tag: [e.g. release/v5.2, v5.2.1, etc.]
- Target device: [e.g. ESP32-S3] <!-- Use `espflash board-info` to get the target device iformation. -->
- OS: [e.g. Ubuntu 20.04]
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ assignees: ''

<!-- If your feature request is related to a problem, please describe it. -->

- Would you like to implement this feature? [y/n]

## Solution

<!-- Describe the solution you'd like. -->
Expand Down

0 comments on commit 732d707

Please sign in to comment.