From 2e9f8d0fdeb24685bd2ca9ac1c668dc548abe51a Mon Sep 17 00:00:00 2001
From: Tainan Felipe <tainanfelipe214@gmail.com>
Date: Wed, 25 Mar 2020 15:53:28 -0300
Subject: [PATCH] Add BBB version to html5 issue template

This would be useful for get a notion from wich version it comes happening and which changes can causes the possible bugs.
---
 .github/ISSUE_TEMPLATE/html5-issue.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/html5-issue.md b/.github/ISSUE_TEMPLATE/html5-issue.md
index cdba5914d9..19eeefb261 100644
--- a/.github/ISSUE_TEMPLATE/html5-issue.md
+++ b/.github/ISSUE_TEMPLATE/html5-issue.md
@@ -26,6 +26,9 @@ A clear and concise description of what you expected to happen.
 **Screenshots**
 If applicable, add screenshots to help explain your problem.
 
+**BBB version (optional):**
+We've constant updates. This helps us to know if this bug is applicable in the new versions and from which version it happens.
+
 **Desktop (please complete the following information):**
  - OS: [e.g. Windows, Mac]
  - Browser [e.g. Chrome, Safari]
-- 
GitLab