diff options
author | jtomass <juhani@vaadin.com> | 2016-12-19 19:05:53 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2016-12-19 19:05:53 +0200 |
commit | 2d5588a3e4c9f505e9d45286319d1d6400f30215 (patch) | |
tree | ed8845d4e6cce0707ad59dc8c7496ccb9810fc85 /.github | |
parent | d8270e50e171dc6e1afb964943e9f40ee592a758 (diff) | |
download | vaadin-framework-2d5588a3e4c9f505e9d45286319d1d6400f30215.tar.gz vaadin-framework-2d5588a3e4c9f505e9d45286319d1d6400f30215.zip |
Introduce issue template (#8043)
Introduce issue template to raise awareness of forums and the quality of bug reports.
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..e1f391cd3d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,7 @@ +Only use GitHub issues for bugs and feature requests. +For general support from the community, see https://vaadin.com/forum + +For bugs, please provide at minimum the following information: +- Vaadin version +- Description of the bug +- If possible, minimal reproducible example |