Create new issue template for new-fma.md#43455
Conversation
Creates new template and closes #43453
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
| ## Description | ||
|
|
||
| ### App details | ||
|
|
||
| - **Application name:** [e.g., Mozilla Firefox] | ||
| - **Application platform:** [macOS/Windows] | ||
|
|
||
| --- | ||
|
|
||
| ## Validation checklist | ||
|
|
||
| - [ ] `/outputs/<app-name>/<platform>.json` created | ||
| - [ ] `/outputs/apps.json` updated | ||
| - [ ] Manifest name matches osquery `app.name` (macOS) or `programs.name` (Windows) | ||
| - [ ] Manifest version scheme matches osquery `app.short_bundle_version` (macOS) or `programs.version` (Windows) | ||
| - [ ] Manifest `unique_identifier` matches osquery `app.bundle_identifier` (macOS only) | ||
|
|
||
| --- | ||
|
|
||
| ## QA checklist | ||
|
|
||
| - [ ] App adds successfully to team's library | ||
| - [ ] App installs successfully on host | ||
| - [ ] App opens successfully on host | ||
| - [ ] App uninstalls successfully on host | ||
|
|
||
| --- | ||
|
|
||
| ## Icon | ||
|
|
||
| - [ ] Icon added to Fleet | ||
| - [ ] Correct icon appears in the app catalog | ||
|
|
||
| --- | ||
|
|
||
| ## Additional Notes | ||
|
|
||
| [Add any additional context, dependencies, or special instructions here.] |
There was a problem hiding this comment.
@allenhouchins do y'all need all this?
How can we make this as simple/fast as possible for customers/community?
I'm thinking all we need is the name of an app w/ a download URL? URL so we know exactly what app they're after.
There was a problem hiding this comment.
All we should need to capture is the name of the app, the app's website or download URL so we are capturing the right one, and which platform they targeted. We may not need a template for this. We have nearly 300 FMAs now and its a finite list of what we can support.
There was a problem hiding this comment.
Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
|
@GrayW any work still left on this PR? |
Creates new template and closes #43453