From 1ce9c5f6cb1d47a9dcf37cf5deb894d2c9991833 Mon Sep 17 00:00:00 2001 From: Travis Vachon Date: Fri, 28 Jun 2024 13:14:04 -0700 Subject: [PATCH] chore: add issue templates I'd like to help folks filing issues provide us with high value information - these templates are a good first pass at that. Generated with https://www.talater.com/open-source-templates/#/ - thanks! --- .github/ISSUES_TEMPLATE/bug-report.yml | 31 +++++++++++++++++++ .../ISSUES_TEMPLATE/change-or-addition.yml | 18 +++++++++++ .github/ISSUES_TEMPLATE/config.yml | 1 + 3 files changed, 50 insertions(+) create mode 100644 .github/ISSUES_TEMPLATE/bug-report.yml create mode 100644 .github/ISSUES_TEMPLATE/change-or-addition.yml create mode 100644 .github/ISSUES_TEMPLATE/config.yml diff --git a/.github/ISSUES_TEMPLATE/bug-report.yml b/.github/ISSUES_TEMPLATE/bug-report.yml new file mode 100644 index 000000000..ea421c8b0 --- /dev/null +++ b/.github/ISSUES_TEMPLATE/bug-report.yml @@ -0,0 +1,31 @@ + + +## Description + + +## Expected Behavior + + +## Actual Behavior + + +## Possible Fix + + +## Steps to Reproduce + + +1. +2. +3. +4. + +## Context + + +## Your Environment + +* Version used: +* Environment name and version (e.g. Chrome 39, node.js 5.4): +* Operating System and version (desktop or mobile): +* Link to your project: diff --git a/.github/ISSUES_TEMPLATE/change-or-addition.yml b/.github/ISSUES_TEMPLATE/change-or-addition.yml new file mode 100644 index 000000000..52fc716d8 --- /dev/null +++ b/.github/ISSUES_TEMPLATE/change-or-addition.yml @@ -0,0 +1,18 @@ + + +## Detailed Description + + +## Context + + + +## Possible Implementation + + +## Your Environment + +* Version used: +* Environment name and version (e.g. Chrome 39, node.js 5.4): +* Operating System and version (desktop or mobile): +* Link to your project: diff --git a/.github/ISSUES_TEMPLATE/config.yml b/.github/ISSUES_TEMPLATE/config.yml new file mode 100644 index 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUES_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false