-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b69227c
commit 7369dae
Showing
12 changed files
with
404 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
name: Virtual Smart Card Bug Report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug, virtualsmartcard, vpcd | ||
assignees: '' | ||
|
||
--- | ||
|
||
### System setup | ||
|
||
#### Operating System | ||
|
||
- [ ] Windows | ||
- [ ] Linux | ||
- [ ] macOS | ||
- [ ] Android | ||
|
||
#### Software version | ||
|
||
- The version of the software did you use? | ||
- How did you download, build and/or install the software? | ||
|
||
#### Required research | ||
|
||
- [ ] I checked the documentation at [Virtual Smart Card](http://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html) | ||
- [ ] I searched the Github for this issue | ||
|
||
|
||
### 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> |
23 changes: 23 additions & 0 deletions
23
.github/ISSUE_TEMPLATE/02-virtualsmartcard-feature_request.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Virtual Smart Card Feature Request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement, virtualsmartcard, vpcd | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Required research | ||
|
||
- [ ] I checked the documentation at [Virtual Smart Card](http://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html) | ||
- [ ] I searched the Github for this issue | ||
|
||
|
||
### Expected behaviour | ||
|
||
What should happen? | ||
|
||
|
||
### Actual behaviour | ||
|
||
What happens instead? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
name: Remote Smart Card Reader Bug Report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug, remote-reader | ||
assignees: '' | ||
|
||
--- | ||
|
||
### System setup | ||
|
||
#### Software version | ||
|
||
- The version of the software did you use? | ||
- How did you download, build and/or install the software? | ||
|
||
#### Required research | ||
|
||
- [ ] I checked the documentation at [Remote Smart Card Reader](http://frankmorgner.github.io/vsmartcard/remote-reader/README.html) | ||
- [ ] I searched the Github issues for this issue | ||
|
||
|
||
### 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> |
23 changes: 23 additions & 0 deletions
23
.github/ISSUE_TEMPLATE/04-remote-reader-feature_request.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Remote Smart Card Reader Feature Request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement, remote-reader | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Required research | ||
|
||
- [ ] I checked the documentation at [Remote Smart Card Reader](http://frankmorgner.github.io/vsmartcard/remote-reader/README.html) | ||
- [ ] I searched the Github issues for this issue | ||
|
||
|
||
### Expected behaviour | ||
|
||
What should happen? | ||
|
||
|
||
### Actual behaviour | ||
|
||
What happens instead? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
name: Android Smart Card Emulator Bug Report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug, ACardEmulator | ||
assignees: '' | ||
|
||
--- | ||
|
||
### System setup | ||
|
||
#### Software version | ||
|
||
- The version of the software did you use? | ||
- How did you download, build and/or install the software? | ||
|
||
#### Required research | ||
|
||
- [ ] I checked the documentation at [Android Smart Card Emulator](http://frankmorgner.github.io/vsmartcard/ACardEmulator/README.html) | ||
- [ ] I searched the Github issues for this issue | ||
|
||
|
||
### 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> |
23 changes: 23 additions & 0 deletions
23
.github/ISSUE_TEMPLATE/06-ACardEmulator-feature_request.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Android Smart Card Emulator Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement, ACardEmulator | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Required research | ||
|
||
- [ ] I checked the documentation at [Android Smart Card Emulator](http://frankmorgner.github.io/vsmartcard/ACardEmulator/README.html) | ||
- [ ] I searched the Github issues for this issue | ||
|
||
|
||
### Expected behaviour | ||
|
||
What should happen? | ||
|
||
|
||
### Actual behaviour | ||
|
||
What happens instead? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
name: USB CCID Emulator Bug Report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug, ccid-emulator | ||
assignees: '' | ||
|
||
--- | ||
|
||
### System setup | ||
|
||
#### Software version | ||
|
||
- The version of the software did you use? | ||
- How did you download, build and/or install the software? | ||
|
||
#### Required research | ||
|
||
- [ ] I checked the documentation at [USB CCID Emulator](http://frankmorgner.github.io/vsmartcard/ccid/README.html) | ||
- [ ] I searched the Github issues for this issue | ||
|
||
|
||
### 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> |
23 changes: 23 additions & 0 deletions
23
.github/ISSUE_TEMPLATE/08-ccid-emulator-feature_request.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: USB CCID Emulator Feature Request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement, ccid-emulator | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Required research | ||
|
||
- [ ] I checked the documentation at [USB CCID Emulator](http://frankmorgner.github.io/vsmartcard/ccid/README.html) | ||
- [ ] I searched the Github issues for this issue | ||
|
||
|
||
### Expected behaviour | ||
|
||
What should happen? | ||
|
||
|
||
### Actual behaviour | ||
|
||
What happens instead? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
name: PC/SC Relay Generic Bug Report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug, pcsc-relay | ||
assignees: '' | ||
|
||
--- | ||
|
||
### System setup | ||
|
||
#### Software version | ||
|
||
- The version of the software did you use? | ||
- How did you download, build and/or install the software? | ||
|
||
#### Required research | ||
|
||
- [ ] I checked the documentation at [PC/SC Relay](http://frankmorgner.github.io/vsmartcard/TCardEmulator/README.html) | ||
- [ ] I searched the Github issues for this issue | ||
|
||
|
||
### 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Generic Feature Request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement, pcsc-relay | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Required research | ||
|
||
- [ ] I checked the documentation at [PC/SC Relay](http://frankmorgner.github.io/vsmartcard/TCardEmulator/README.html) | ||
- [ ] I searched the Github issues for this issue | ||
|
||
|
||
### Expected behaviour | ||
|
||
What should happen? | ||
|
||
|
||
### Actual behaviour | ||
|
||
What happens instead? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.