Skip to content

Commit

Permalink
feature: added mcu type to the issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
klonyyy committed Sep 24, 2024
1 parent ea55321 commit 2c464a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ body:
placeholder: "e.g. ST-Link V2, ST-Link V3 MINIE, J-Link Ultra"
validations:
required: true
- type: input
id: MCU
attributes:
label: "Microcontroller:"
placeholder: "e.g. STM32G474CC (ST), LPC1768FBD100 (NXP)"
validations:
required: true
- type: textarea
id: issue_description
attributes:
Expand Down

0 comments on commit 2c464a4

Please sign in to comment.