-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Add issue template and issue template config #3547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Video Example: Please let me know that other information I can provide. |
0634e28 to
0a2594f
Compare
0HyperCube
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking the time to add this.
I'm not a maintainer so I guess Keavon will decide if they find this useful once they return from their break.
| - type: input | ||
| attributes: | ||
| label: Build Version | ||
| description: What version of Graphite2D? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is branded just as «Graphite»
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay just Graphite
Will update
| - type: input | ||
| id: distro | ||
| attributes: | ||
| label: Operating System and Version | ||
| description: What is your Linux Distro? What version? | ||
| placeholder: Debian, Void, Gentoo, etc. | ||
| validations: | ||
| required: true | ||
| - type: dropdown | ||
| id: install | ||
| attributes: | ||
| label: App Installation | ||
| description: How is the app installed? | ||
| multiple: false | ||
| options: | ||
| - AppImage | ||
| - Source Compilation | ||
| - Other | ||
| default: 0 | ||
| validations: | ||
| required: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is perhaps of a bit linux centric.
A lot of usage is from the web (deployed as https://dev.graphite.art/ or https://editor.graphite.art/).
There are also a number of Windows11 users who probably don't understand what a "Linux Distro"or "Desktop Environment" is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is a great point that I was just looking at. I'm going to change this to a draft and update that language. Then I'll publish again.
Thanks for the review!
|
Hi, thank you for the suggested/proposed issue template, but this kind of change needs to be done in response to solving observed issues with our process, not an external "a change for the sake of a change" even if it's well-intentioned. |
|
Thanks for the response! |
I made an issue template for bug reports.
If you're interested, it goes in
/.github/ISSUE_TEMPLATE/.If you want to disable blank templates, you can use the following setting in the
config.yamlfile:You can test the template at my fork: https://github.com/fuguesoft/Graphite