Adds request for environment info on applicable issue templates.#966
Merged
swharden merged 1 commit intoScottPlot:masterfrom Apr 10, 2021
Merged
Conversation
Includes request for ScottPlot version, Operating System, and platform (WinForms, WPF, Avalonia)
Member
Author
|
As an aside, I've been burned by issue templates not turning out how I expect so I would check after merging to make sure they look right. |
48 tasks
Member
|
Thanks @bclehmann! This is an improvement and I'll merge it in now (and double-check it worked). I also want to revisit/review issue templates after the 4.1 release to perhaps add a note about this version change and provide updated links to resources related to the switch (#716) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Contributors:
please review CONTRIBUTING.md
Purpose:
I've noticed that a lot of recent issues have stemmed from users attempting to use ScottPlot 4.1 methods in 4.0 or vice versa.
Additionally, when answering a lot of questions one has to preface them with "If you're using 4.1.x do ... If you're using 4.0.x do ...". This also happens to a lesser degree when answering GUI questions, one has to modify their answer for WinForms or WPF or Avalonia.
I think to help mitigate this we should edit the issue templates so that they ask the user for this information up front. I modified the
bug_reportand thequestion-about-scottplottemplates to ask for this information:Let me know what you think.
New Functionality:
N/A