#1616 Adding an issue template to streamline answers

This commit is contained in:
Sjaak Derksen 2018-09-26 20:48:54 +02:00 committed by GitHub
parent 459f57e805
commit 4f539d2a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
ISSUE_TEMPLATE.md Normal file
View File

@ -0,0 +1,9 @@
- [ ] Is this an issue (and hence not a question)?
If this is a question how to use MapStruct there are several resources available.
- Our reference- and API [documentation](http://mapstruct.org/documentation/reference-guide/).
- Our [examples](https://github.com/mapstruct/mapstruct-examples) repository (contributions always welcome)
- Our [FAQ](http://mapstruct.org/faq/)
- [StackOverflow](https://stackoverflow.com), tag MapStruct
- [Gitter](https://gitter.im/mapstruct/mapstruct-users) (you usually get fast feedback)
- Our [google group](https://groups.google.com/forum/#!forum/mapstruct-users)