From e6bc46212188f7e932f47d1ad00f38ab5e3b39ef Mon Sep 17 00:00:00 2001 From: AnthonyGlt <126568810+AnthonyGlt@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:45:17 +0100 Subject: [PATCH] workflow(issues): update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 44 +++++++++++++++++++ .github/ISSUE_TEMPLATE/proposal-request.md | 50 ++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/proposal-request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..229aca4599 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,44 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: 'bug :bug:' +assignees: '' + +--- + + + +## Your Environment + +* Version used: +* Browser Name and version: +* Operating System and version (desktop or mobile): +* Link to your project: + +## Context + + + + + + + +## Steps to Reproduce + + +1. +2. +3. +4. + +## Expected Behavior + + +## Actual Behavior + + +## Possible Cause/Fix/Solution + + + diff --git a/.github/ISSUE_TEMPLATE/proposal-request.md b/.github/ISSUE_TEMPLATE/proposal-request.md new file mode 100644 index 0000000000..e378393891 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/proposal-request.md @@ -0,0 +1,50 @@ +--- +name: Proposal request +about: Suggest an idea for this project +title: '' +labels: 'proposal :+1:' +assignees: '' + +--- + + + + + + + + +This issue is a **feature proposal**. Feel free to upvote (with :+1: ), comment and provide your use-cases if you're interested by this feature. + +## Context + + + + +## Description of the proposal + + + + + +### Identified use-cases + + +## Implementation + +### Functional Implementation + + +### Technical Implementation _(optional)_ + + +## Potential Problems + + +## Potential Solutions + + +## Documentation + + +