partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 441d1a1a33a05043dacadb808af7246879bb740b
parent bc03e5c6a7d351aed6b7eeaf9f57bfa1b96231fa
Author: dromer <1185977+dromer@users.noreply.github.com>
Date:   Wed, 26 Feb 2020 23:09:12 +0100

Merge pull request #1097 from christianlupus/dev/update-issues

Updated Issue templates
Diffstat:
M.github/ISSUE_TEMPLATE/bug_report.md | 6+++++-
M.github/ISSUE_TEMPLATE/feature_request.md | 2+-
M.github/ISSUE_TEMPLATE/help.md | 2+-
3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: Bug +labels: Bug, needs-triage assignees: '' --- @@ -38,6 +38,10 @@ assignees: '' ## System Information * PartKeepr Version: +* Operating System: +* Web Server: apache/nginx/... +* PHP Version: +* Database and version: * Reproducible on the demo system: Yes/No. ## JavaScript errors diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for a new feature title: '' -labels: Feature Request +labels: Feature Request, needs-triage assignees: --- diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md @@ -1,7 +1,7 @@ --- name: Help request about: Request help from the developers or ask for another reason -labels: help-requested +labels: help-requested, needs-triage title: '' assignees: ''