-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
forms #31828
forms #31828
Conversation
This comment has been minimized.
This comment has been minimized.
change description spell-check move validations note "here"
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.
Two little things.
options: | ||
- "Yes" | ||
- "No" |
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.
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.
"none" means no selection, it's not a literal option
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.
"none" means no selection, it's not a literal option
Yes, but I think if you mark it as required this option will be unavailable.
- type: checkboxes | ||
attributes: | ||
label: Include the Bug Report | ||
description: "Right-click on our system tray icon and select **Bug Report**. Then upload the zip file from your desktop: Paste, drop or click to add files." | ||
options: | ||
- label: I have attached the Bug Report file | ||
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.
I think the previous text was sufficient. There are a lot of scenarios where including a bug report is not an option (installer issues for example).
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 suppose I can make required: false.
description: Hover over system tray icon or look at Settings | ||
validations: | ||
required: true | ||
- type: checkboxes |
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 don't agree with this. I don't like it when others do it and i honestly doubt it will change any behavior. With some of the things getting tested out, i bet we we'll improve alerting for duplicates as well based on results from other repos.
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.
Yes the bot is nice. But a waste of time if we can prevent duplicates.
- "No" | ||
- type: dropdown | ||
attributes: | ||
label: Running as Administrator? |
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.
label: Running as Administrator? | |
label: Running PowerToys as Administrator? |
placeholder: What were you expecting? | ||
validations: | ||
required: false | ||
- type: checkboxes |
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.
Combine this with a Steps to reproduce. It isn't always needed
validations: | ||
required: true | ||
attributes: | ||
label: Provide a description of requested docs changes | ||
description: Describe which document needs to be corrected and why. |
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 feel the other has a softer tone.
description: Describe which document needs to be corrected and why. | |
description: Briefly describe which document needs to be corrected and why you feel this way. |
@@ -1,26 +1,46 @@ | |||
name: "⭐ Feature or enhancement request" |
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 do not want to split
- Needs-Triage | ||
description: Report incorrect translations | ||
labels: [Needs-Triage, Issue-Bug, Issue-Translation, Area-Localization] | ||
assignees: crutkas |
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.
remove
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.
Why? As far as I know (let me know if I'm wrong) you're the only link between this repo and the translation team? That makes it "by definition" your task.
- type: checkboxes | ||
id: preparation | ||
attributes: | ||
label: Before filing a new issue, please check the following | ||
description: This makes it easier for us all :) | ||
options: | ||
- label: I am using the latest version (check for updates in Settings) | ||
required: true | ||
- label: I have searched in [open issues](https://github.com/microsoft/PowerToys/issues) (remember to try different search terms) | ||
required: true | ||
- label: I have searched in [closed issues](https://github.com/microsoft/PowerToys/issues?q=is%3Aissue+is%3Aclosed) (there might be a good reason) | ||
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.
remove
- type: checkboxes | ||
id: preparation | ||
attributes: | ||
label: Before filing a new issue, please check the following | ||
description: This makes it easier for us all :) | ||
options: | ||
- label: I am using the latest version (check for updates in Settings) | ||
required: true | ||
- label: I have searched the [online documentation](https://aka.ms/PowerToysOverview) | ||
required: true | ||
- label: I have searched in [open issues](https://github.com/microsoft/PowerToys/issues) (remember to try different search terms) | ||
required: true | ||
- label: I have searched in [closed issues](https://github.com/microsoft/PowerToys/issues?q=is%3Aissue+is%3Aclosed) (there might be a good reason) | ||
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.
remove
- type: checkboxes | ||
id: preparation | ||
attributes: | ||
label: Before filing a new issue, please check the following | ||
description: This makes it easier for us all :) | ||
options: | ||
- label: I am using the latest version (check for updates in Settings) | ||
required: true | ||
- label: I have searched the [online documentation](https://aka.ms/PowerToysOverview) | ||
required: true | ||
- label: I have searched in [open issues](https://github.com/microsoft/PowerToys/issues) (remember to try different search terms) | ||
required: true | ||
- label: I have searched in [closed issues](https://github.com/microsoft/PowerToys/issues?q=is%3Aissue+is%3Aclosed) (there might be a good reason) | ||
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.
remove
- type: textarea | ||
id: displayedtext | ||
validations: | ||
required: true | ||
attributes: | ||
label: ❌ Displayed text | ||
description: Please include a screenshot as that is extremely helpful. | ||
|
||
- type: textarea | ||
id: correcttext | ||
validations: | ||
required: true | ||
attributes: | ||
label: ✔️ Correct text | ||
|
||
- type: textarea | ||
id: context | ||
validations: | ||
required: true | ||
attributes: | ||
label: ℹ Context, explanation |
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.
the prior body here was more user friendly, i prefer the other tone. please revert
Summary of the Pull Request
Overhaul of issue forms to (hopefully) be more functional.
PR Checklist
Detailed Description of the Pull Request / Additional comments
id
s - these should work for Improve the 'report bug' functionality to auto-fill in critical bug data (like DevHome) #31797Validation Steps Performed
Impossible :(