Skip to content

Commit

Permalink
Create github issue template
Browse files Browse the repository at this point in the history
It should be easier for users to report the important information.
  • Loading branch information
LudovicRousseau committed Jul 11, 2021
1 parent f94cb5e commit 0076d76
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
### Versions

* smart card reader driver name and version
* pcsc-lite version
* the output of the command `/usr/sbin/pcscd --version`

### Platform

* Operating system or GNU/Linux distribution name and version
* Smart card middleware name and version
* Smart card reader manufacturer name and reader model name
* Smart card name

### Log

Then you shall generate a complete log (do not truncate it).

* If you need to enter the smart card PIN to reproduce the problem then
consider changing your PIN before generating the logs as the PIN value
will be included in the logs.
* Kill any running pcscd process
* (re)start pcscd exactly as described bellow:
```
sudo LIBCCID_ifdLogLevel=0x000F pcscd --foreground --debug --apdu --color | tee log.txt
```
* Stop pcscd (using Control-C) after the problem occured and send me the
generated log.txt file

See also https://pcsclite.apdu.fr/#support

0 comments on commit 0076d76

Please sign in to comment.