From 18386f600f78e67edcdecf1d7cb38289da35d628 Mon Sep 17 00:00:00 2001 From: Laura Beatris <48022589+LauraBeatris@users.noreply.github.com> Date: Mon, 21 Aug 2023 23:06:26 -0300 Subject: [PATCH] Add `ISSUE_TEMPLATE.md` --- ISSUE_TEMPLATE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..efca4a3 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,12 @@ +### Environment + +* Elixir version (elixir -v): +* Erlang/OTP version (erl): + +### Description + +### Expected Behavior + +### Actual Behavior + +### Steps to Reproduce