Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner authored Jan 24, 2025
1 parent b69227c commit 8b96b55
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

### 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?


### Actual behaviour

What happens instead?


### Steps to reproduce

1.
2.
3.


### Logs

<details>
<summary>Click to expand</summary>
```
Paste Log output here
```
</details>
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

### 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)


### Expected behaviour

What should happen?


### Actual behaviour

What happens instead?

0 comments on commit 8b96b55

Please sign in to comment.