From f199c92f6430e8bd8d64fade0405eea6d114d228 Mon Sep 17 00:00:00 2001 From: Matthew McEachen Date: Wed, 29 May 2024 17:09:27 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++-- .github/ISSUE_TEMPLATE/feature_request.md | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d514a543..1348261c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,9 @@ --- name: Bug report about: Create a report to help us improve +title: '' +labels: '' +assignees: '' --- @@ -14,5 +17,6 @@ Please include sample code, and a sample image, which reproduces the bug. A clear and concise description of what you expected to happen. **Environment (please complete the following information):** - - OS and version: [e.g. Mac OS X 10.11.6] - - Node.JS version [must be an active, current, or maintenance version] + - Version of this library (hint: only the last release is supported) + - OS and version: (macOS Ventura, Ubuntu 22.04, ...) + - Node.js version (must be an active, current, or maintenance version) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d92..bbcbbe7d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' ---