use a better issue template

removes CONTRIBUTING.md
This commit is contained in:
Frank Morgner 2017-06-16 01:44:14 +02:00
parent 3a59ca3718
commit 9fe9b9266b
2 changed files with 10 additions and 21 deletions

View File

@ -1,24 +1,17 @@
### Expected behaviour
### Problem Description
What should happen?
### Actual behaviour
What happens instead?
<!--
Please read about [reporting bugs](https://github.com/OpenSC/OpenSC/wiki/How-to-report-bugs-so-that-they-can-be-fixed) before opening an issue.
-->
### Proposed Resolution
### Steps to reproduce
1.
2.
3.
### Logs
Debug output is essential to identify the problem. You can enable debugging by
editing the file `opensc.conf`:
<!--
Debug output is essential to identify the problem. You can enable debugging by editing the file `opensc.conf`:
```
# A debug level of 3 catches most problems
# Some sensitive data may be logged, too, (e.g. PIN codes)
@ -28,10 +21,9 @@ editing the file `opensc.conf`:
#debug_file = opensc-debug.log
```
Please use 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).
Please use [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).
```
Paste Log output with less than 10 lines here
Paste Log output with less than 10 lines here (between the backticks)
```
-->

View File

@ -1,3 +0,0 @@
# Reporting Bugs
Please read about [reporting bugs](https://github.com/OpenSC/OpenSC/wiki/How-to-report-bugs-so-that-they-can-be-fixed) before opening an issue.