Skip to content

Commit

Permalink
Added system setup to issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner authored Jan 24, 2025
1 parent 0223f54 commit b69227c
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
### System setup

#### Operating System

- [ ] Windows
- [ ] Linux
- [ ] macOS
- [ ] Android
- [ ] Tizen

#### Components involved

- [ ] [Virtual Smart Card](http://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html)
- [ ] [Remote Smart Card Reader](http://frankmorgner.github.io/vsmartcard/remote-reader/README.html)
- [ ] [Android Smart Card Emulator](http://frankmorgner.github.io/vsmartcard/ACardEmulator/README.html)
- [ ] [Tizen Smart Card Emulator](http://frankmorgner.github.io/vsmartcard/TCardEmulator/README.html)
- [ ] [PC/SC Relay](http://frankmorgner.github.io/vsmartcard/TCardEmulator/README.html)
- [ ] [USB CCID Emulator](http://frankmorgner.github.io/vsmartcard/ccid/README.html)

#### Software version

- The version of the software did you use?
- How did you download, build and/or install the software?

### Expected behaviour

What should happen?
Expand All @@ -17,7 +41,9 @@ What happens instead?

### Logs

Please use Gist (https://gist.github.com/) or a similar code paster for longer
logs.

```Paste Log output with less than 10 lines here```
<details>
<summary>Click to expand</summary>
```
Paste Log output here
```
</details>

0 comments on commit b69227c

Please sign in to comment.