From 203e7b8bac34e33f086ae6bf308490d067983196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Pa=C5=84kowski?= Date: Sat, 17 Feb 2024 18:16:25 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++ 2 files changed, 47 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..c9d8ba1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Report a bug to help improve the tool +title: '' +labels: bug +assignees: apankowski + +--- + +**Bug description** +A clear and concise description of noticed bug. + +**Reproduction steps** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Environment** + - Tool version: link or date of the release used, or commit used + - Browser: Firefox, Chrome, ... + - Link to doc88 document + - Output in Developer Console (if applicable) + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..26e6f48 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for the tool +title: '' +labels: enhancement +assignees: apankowski + +--- + +**Solution you'd like** +A clear and concise description of what you want to happen. + +**Alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.