From c45490aefeb51a3eb5d0fd9898f540e50419a3c0 Mon Sep 17 00:00:00 2001 From: Marco Blessing Date: Tue, 28 Jun 2022 09:21:01 +0200 Subject: [PATCH] Update issue templates (#56) --- .github/ISSUE_TEMPLATE/bug_report.md | 50 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 26 ++++++++++++ 2 files changed, 76 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 0000000..f1d8d08 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,50 @@ +--- +name: Bug report +about: This template is used to report bugs! +title: ":lady_beetle: " +labels: bug +assignees: OCram85 + +--- + + + +#### :bomb: Steps to reproduce + +```bash + +``` + +#### :rocket: Expected behavior + +```bash + +``` + +#### :boom: Actual behavior + +```bash + +``` + +#### :notebook: Environment data + + + +```bash + +``` + +#### :framed_picture: Screenshots + + + +#### :bookmark: Refs + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..1fdbdfd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: ":flying_saucer: " +labels: enhancement +assignees: '' + +--- + + + +#### :satellite: Suggestion + + + +#### :artificial_satellite: Implementation ideas + + + +#### :framed_picture: Mock-up Images + + + +#### :bookmark: Refs.