summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/issue.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/issue.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/issue.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml
new file mode 100644
index 000000000..68e402358
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/issue.yml
@@ -0,0 +1,38 @@
+name: Report an issue
+description: Tell us about something that's not working the way we (probably) intend
+body:
+ - type: input
+ id: elixir-and-otp-version
+ attributes:
+ label: Elixir and Erlang/OTP versions
+ description: Paste the output of `elixir -v` here.
+ validations:
+ required: true
+
+ - type: input
+ id: os
+ attributes:
+ label: Operating System
+ description: The operating system that this issue is happening on.
+ validations:
+ required: true
+
+ - type: textarea
+ id: current-behavior
+ attributes:
+ label: Current behavior
+ description: Include code samples, errors and stacktraces if appropriate. If reporting a bug, please include the reproducing steps.
+ placeholder: |-
+ 1. foo
+ 2. bar
+ 3. baz
+ validations:
+ required: true
+
+ - type: textarea
+ id: expected-behavior
+ attributes:
+ label: Expected behavior
+ description: A short description on how you expect the code to behave.
+ validations:
+ required: true