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.