-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add issue template for bugreport #22
base: dev
Are you sure you want to change the base?
Conversation
Also please change target branch to |
description: Fill out this template when submitting a bug report. | ||
title: "[Bug]: " | ||
labels: ["bug", "triage"] | ||
projects: ["octo-org/1", "octo-org/44"] |
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.
What does this mean?
id: terms | ||
attributes: | ||
label: I have read the readme | ||
description: Due to many requests / issues already explained in the README file, please make sure you studied it carefully. |
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.
Please rephrase to: "Due to many issues being already explained in the readme, please make sure to read it carefully before writing an issue."
label: I have read the readme | ||
description: Due to many requests / issues already explained in the README file, please make sure you studied it carefully. | ||
options: | ||
- label: I did read the readme file to my best understanding. |
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.
Please rephrase to "I have read the readme carefully."
Also add a checkbox below with "I have checked that there is no other issue already created about this topic."
attributes: | ||
label: Version | ||
description: What version are you running? | ||
placeholder: ex. 2022.1.1 |
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.
Please change the placeholder to automatically use the newest version if possible. Otherwise just use "ex. 3.0.0". I use semantic versioning and not date based versioning and this example could cause confusion.
attributes: | ||
label: What platform are you seeing the problem on? | ||
multiple: false | ||
options: |
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.
Change the platform options to "Docker", "Linux", and "Windows". In this order (alphabetical).
.github/ISSUE_TEMPLATE/config.yaml
Outdated
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 have no idea what all of this does.
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.
Please change formatting to 4 spaces indentation and use double quotes around all strings.
Well apparently I actually have to press "submit" for my change requests to be visible. sorry |
Added config and issue template