From be4c3d225dca7bb8600892306daefa0944d58689 Mon Sep 17 00:00:00 2001 From: Philipp Pracht <42216327+pprcht@users.noreply.github.com> Date: Wed, 28 Aug 2024 20:08:49 +0200 Subject: [PATCH] Issue templates Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/help-request.md | 17 +++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/help-request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..d375413 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is and what causes the program to crash. + + + + +**To Reproduce** +Steps to reproduce the behavior, program version, etc. + +**Expected behavior** +A clear and concise description of what you expected to happen. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..210fb52 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: pprcht + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe workarounds you've considered** +A clear and concise description of any alternative solutions or features you've considered. diff --git a/.github/ISSUE_TEMPLATE/help-request.md b/.github/ISSUE_TEMPLATE/help-request.md new file mode 100644 index 0000000..24543be --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help-request.md @@ -0,0 +1,17 @@ +--- +name: Help request +about: Request help with executing the program or explainig its behavior +title: '' +labels: question +assignees: '' + +--- + +**Describe the issue** +A clear and concise description of what you are trying to do. + +**To Reproduce** +Steps to reproduce the behavior, program version, etc. + +**Additional context** +Add any other context about the problem here.