From 4f539d2a084f80744134598b423f50b2cf8f4975 Mon Sep 17 00:00:00 2001 From: Sjaak Derksen Date: Wed, 26 Sep 2018 20:48:54 +0200 Subject: [PATCH] #1616 Adding an issue template to streamline answers --- ISSUE_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..ecaf44151 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -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) \ No newline at end of file