From 28e31f2b1aa6f5b77c8ef5ab58a4d75dc04d75ec Mon Sep 17 00:00:00 2001 From: Alexander Shabunevich Date: Wed, 7 Dec 2022 00:33:58 +0300 Subject: [PATCH] Issue template updated --- .github/ISSUE_TEMPLATE/bug_report.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e330114..8bb57f6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,12 +7,15 @@ assignees: '' --- -**Describe the bug** +### Describe the bug + A clear and concise description of what the bug is. -**Steps to reproduce** +### Steps to reproduce + Which steps do we need to take to reproduce the problem? -**Reproduction sandbox** -Link to online sandbox with reproduction code +### Reproduction link + +Link to online sandbox with reproduction code. You could use these as starters: [vue](https://stackblitz.com/edit/vue-maska) / [vanilla](https://stackblitz.com/edit/js-maska)