diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..56dddc5d9a --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,14 @@ +* Do not use the issues tracker for help or support (try Elixir Forum, Slack, IRC, etc.) +* Questions about how to contribute are fine. + +### Environment + +* Elixir & Erlang versions (elixir --version): +* ExAws version `mix deps |grep ex_aws` +* HTTP client version. IE for hackney do `mix deps | grep hackney` + +### Current behavior + +Include code samples, errors and stacktraces if appropriate. + +### Expected behavior \ No newline at end of file