opensc/.github/ISSUE_TEMPLATE.md

32 lines
843 B
Markdown
Raw Normal View History

### Problem Description
2016-03-11 20:06:43 +00:00
<!--
Please read about reporting bugs on the wiki before opening an issue:
https://github.com/OpenSC/OpenSC/wiki/How-to-write-a-good-bug-report
-->
2016-03-11 20:06:43 +00:00
### Proposed Resolution
2016-03-11 20:06:43 +00:00
### Steps to reproduce
### Logs
<!--
Debug output is essential to identify the problem. You can enable debugging by editing the file `opensc.conf`:
2017-03-27 08:43:49 +00:00
```
# A debug level of 3 catches most problems
# Some sensitive data may be logged, too, (e.g. PIN codes)
debug = 3;
# Where to write the debug output (default: `stdout`)
#debug_file = opensc-debug.log
```
Please use a Gist (https://gist.github.com/) or a similar code paster for longer logs. Before pasting here, remove your sensitive data from your log (e.g. PIN code or certificates).
2016-03-11 20:06:43 +00:00
2017-03-27 08:43:49 +00:00
```
Paste Log output with less than 10 lines here (between the backticks)
2017-03-27 08:43:49 +00:00
```
-->