From 9fe9b9266b1b086cf737798c99721ae612e7cd4f Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Fri, 16 Jun 2017 01:44:14 +0200 Subject: [PATCH] use a better issue template removes CONTRIBUTING.md --- .github/ISSUE_TEMPLATE.md | 28 ++++++++++------------------ CONTRIBUTING.md | 3 --- 2 files changed, 10 insertions(+), 21 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 109d5883..49ba8602 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,24 +1,17 @@ -### Expected behaviour +### Problem Description -What should happen? - - -### Actual behaviour - -What happens instead? + +### 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`: + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index d587910a..00000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -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.