-
Notifications
You must be signed in to change notification settings - Fork 28
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
Convert issue templates in markdown to GitHub's issue forms #595
base: main
Are you sure you want to change the base?
Convert issue templates in markdown to GitHub's issue forms #595
Conversation
- Windows | ||
- macOS | ||
- Linux |
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 dropdown is nice but we'll also want the user to enter in a specific OS versions. Windows version 10, 11 server 2022 etc
macOS version Sonoma, Sequoia etc.
Linux distro+ version: Ubuntu, kali, mint, whatever else + version i.e Ubuntu 22.04 LTS
Maybe another text box for this information?
required: true | ||
- type: input | ||
attributes: | ||
label: PowerShell Version (optional) |
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.
PowerShell?
This'll be nice for ScubaGear. Restrict options to PowerShell 5.1 and 7.0+
Don't think it needs to be here for Goggles.
🗣 Description
Shout out to Lauren for starting these changes.
Converts markdown versions of "new idea" and "bug report" templates to Github's issue forms.
GitHub documentation if interested.
💭 Motivation and context
This issue would be useful because issue forms encourage specific, structured information we want included in issues, as well as required fields/input validation.
Closes #359
🧪 Testing
Check out 1-newidea.yml and 2-bugreport.yml files for formatting/consistency against the markdown templates: 💡-idea.md and 🐛-bug-report.md
✅ Pre-approval checklist
- [ ] Tests have been added and/or modified to cover the changes in this PR.- [ ] All new and existing tests pass.✅ Pre-merge Checklist
Squash and merge
button.✅ Post-merge Checklist