From 5584b3b942c991833dc25d85683b3075327f2519 Mon Sep 17 00:00:00 2001 From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Date: Wed, 20 Oct 2021 13:26:52 +0300 Subject: [PATCH] add bug report template (#99) --- .github/ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..073e326 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +Only use GitHub issues for bugs and feature requests. +For general support please use https://vaadin.com/support + + +NOTE: Issues concerning explicitly Vaadin 7, 8 or Platform should go to the corresponding repository. + +To make sure we can quickly validate and fix the bug, please provide as much as possible of the following information: +- Description of the bug +- Minimal reproducible example +- Expected behavior +- Actual behavior +- Versions: + - Vaadin Framework + - Flow + - MPR + - Java JRE / JDK + - Operating System + - Browser (if applicable)