From 488a6d054d6a2a05c9d7a24c8e9b1be1b9b8dcb0 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 24 Apr 2020 11:44:08 +0200 Subject: [PATCH] Create bug.md --- .github/ISSUE_TEMPLATES/bug.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATES/bug.md diff --git a/.github/ISSUE_TEMPLATES/bug.md b/.github/ISSUE_TEMPLATES/bug.md new file mode 100644 index 00000000..6edf1a18 --- /dev/null +++ b/.github/ISSUE_TEMPLATES/bug.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a bug report +title: "[BUG]" +labels: bug +assignees: '' + +--- + +Please search existing issues to avoid duplicates. + +## Details + + +### Backends + +This bug occurs on ( insert `x` below ) + +Backend | yes | no | untested +-------------|-----|-----|--------- +gr (default) | | | +pyplot | | | +plotly | | | +plotlyjs | | | +pgfplotsx | | | + +### Versions + +Plots.jl version: +Backend version: +Output of `versioninfo()`: