From 823654edf9d33f42c16fb850d87f05dd26e7d285 Mon Sep 17 00:00:00 2001 From: Sanskar Omar Date: Thu, 5 Oct 2023 12:19:26 +0530 Subject: [PATCH] Updated Issue Templates --- ISSUE_TEMPLATE.md | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index ec7c5ae..30cbd3d 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,9 +1,36 @@ +Please choose your issue template from the following options: + +# 1. 🐛Bug-Report +If something isn't working as expected 🤔 + ### Expected behavior -### Actual behavior +### Current behavior + +### Steps to reproduce + +1. +2. +3. +4. + +### Possible Solution + +### Context (Your working environment) + +### Detailed Description (screenshots, code snippets etc.) + +# 2. 🚀Feature Request +I have a suggestion (and may want to implement it 🙂)! + +### Description +*Please describe the problem you are trying to solve.* -### Your working environment and MDB template version information +### Why is this feature important to you? +*Is your feature request related to a problem? Please describe.* -### Resources (screenshots, code snippets etc.) +### Describe the solution you'd like +*Please describe the desired behavoiur.* -For every **question of technical nature**, in order to get the most detailed answer as soon as possible, ask on our dedicated [Support Forum](https://gitter.im/ContriHUB/Lobby#) +### Additional context +*Please describe alternative solutions or features you have considered*