diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2018-02-12 10:09:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-12 10:09:18 +0200 |
commit | 201c4f1d77c96b2284773309a6f8c836e159a2d4 (patch) | |
tree | 3cfcf7f700dbc3f8fe9fc0fa4bce3685fae555ad | |
parent | 4cacbf7d7fda2918bfb030c49cc6776a07bf6a9c (diff) | |
download | vaadin-framework-201c4f1d77c96b2284773309a6f8c836e159a2d4.tar.gz vaadin-framework-201c4f1d77c96b2284773309a6f8c836e159a2d4.zip |
Add more information to an issue template (#10622)
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b162c8a65f..d0c93aa8d8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,7 +3,11 @@ For general support from the community, see https://vaadin.com/forum NOTE: Issues for Vaadin Flow (Vaadin v10 Java Framework) should go to https://github.com/vaadin/flow -For bugs, please provide at minimum the following information: -- Vaadin Framework version (e.g. 8.1.3) +To make sure we can quickly validate and fix the bug, please provide as much as possible of the following information: +- Vaadin Framework version (e.g. 8.3.1) +- Browser version +- Web container name and version - Description of the bug -- If possible, minimal reproducible example +- Minimal reproducible example +- Expected behavior +- Actual behavior |