KristofferC / PGFPlotsX.jl

Plots in Julia using the PGFPlots LaTeX package
Other
301 stars 40 forks source link

issue templates #255

Open tpapp opened 3 years ago

tpapp commented 3 years ago

I think we should use issue templates. @KristofferC, I don't have permissions on this repo to create them, so if you agree please create some. I am thinking of something like the following:

Bug report

Please check the following:

  1. [ ] make sure you are using the latest released version, or master
  2. [ ] create a self-contained minimum working example to demonstrate the issue
  3. [ ] make sure you are using PGFPlotsX directly, not as a backend to eg Plots. Issues with this package as a backend belong in the repository of the package that makes use of it

Self-contained minimum working example:

using PGFPlotsX

You Julia version (VERSION):

Description of the bug:

Please attach output generated with pgfsave("output.png", ...) if applicable.

Feature request or suggestion

We are happy to add new features. Please keep in mind that PGFPlotsX is mostly a text generation engine that outputs LaTeX code, to be rendered by the LaTeX package pgfplots. Consequently, it can only support what pgfplots is able to do, or what can be achieved by some simple transformation in Julia.

If possible, please link examples of LaTeX code and the desired output.

Support request

We are happy to provide support for users of this package.

Please check that include (if applicable):

  1. [ ] self-contained Julia code you have written to generate your plots (including generated mock data),
  2. [ ] a description of what you are trying to do, with links to or attachments of example output if possible
tpapp commented 3 years ago

bump, as we are getting a lot of Plots.jl issues again