From 795ebcdea81177d31a023adbe4afd04322eb5c42 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sun, 16 May 2021 18:37:28 +0200 Subject: [PATCH] Added bug_report.md and feature_request.md --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 32 +++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..93c464fe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a bug report +title: '' +labels: bug +assignees: '' + +--- + +## Describe the bug + +Give a detailed description of what the bug is. + + +## How to reproduce the bug? + +Explain step-by-step the procedure to reproduce this behavior. + + +## What behavior did you expect? + +Describe what you would expect instead. + + +## In which environment did the bug occur? +* Which operating system do you use?
+ Linux, FreeBSD, NetBSD, OpenBSD, macOS, Cygwin, or Solaris + +* Which distribution do you use? + +* On which CPU architecture did you test? + +* Which compiler in which version did you use? + +* Which terminal do you use? + +* What does the environment variable $TERM contain? + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..f09f9a7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,32 @@ +--- +name: Feature request +about: Make a suggestion for this project +title: '' +labels: enhancement +assignees: '' + +--- + +## Feature Request + + +**Do you want to solve a problem with your feature request? Please describe it.** + +Describe clearly and precisely what the problem is. +Example: I have an issue when [...] + + +**Describe your desired solution** + +Describe clearly and concisely what you want to reach. + + +**Describe alternatives you have considered** + +Describe clearly and concisely the other solutions you considered. + + +**Additional context** + +Add additional context or screenshots to your feature request here. +