From 64f7dc1aed97b29a6ed418e74d6ca8ddfd1a05f9 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 24 Apr 2020 14:17:39 +0200 Subject: [PATCH] Issue templates (#2623) * Create bug.md * Rename .github/ISSUE_TEMPLATES/bug.md to .github/ISSUE_TEMPLATE/bug.md * Create feature request * Rename feature request to feature request.md * add inspectdr --- .github/ISSUE_TEMPLATE/bug.md | 32 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature request.md | 10 +++++++ 2 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature request.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..6c71e9db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,32 @@ +--- +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 | | | +inspectdr | | | + +### Versions + +Plots.jl version: +Backend version: +Output of `versioninfo()`: diff --git a/.github/ISSUE_TEMPLATE/feature request.md b/.github/ISSUE_TEMPLATE/feature request.md new file mode 100644 index 00000000..df245765 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Suggest a feature or enhancement +title: "[FR]" +labels: feature request +assignees: '' + +--- + +Please search existing issues to avoid duplicates.