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
This commit is contained in:
parent
122b4d91a8
commit
64f7dc1aed
32
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
@ -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()`:
|
||||||
10
.github/ISSUE_TEMPLATE/feature request.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/feature request.md
vendored
Normal file
@ -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.
|
||||||
Loading…
x
Reference in New Issue
Block a user