feat(feedback): Implement bug reporting workflow and redaction - #161
Merged
Conversation
Collaborator
|
Hi, @ShekhuGG, thanks for the PR. |
Contributor
Author
Hi, yes. I will work on resolving the conflicts with upstream main and push the updated branch shortly. |
# Conflicts: # code-review/architecture.md # design-docs/architecture.md # design-docs/design/markdown.md # design-docs/design/preparation.md # electron/main.cjs # electron/multi-window.cjs # electron/multi-window.test.cjs # server/index.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements the complete StashBase bug-reporting workflow so users can review a report, explicitly prepare the selected diagnostic artifacts, and hand them off to GitHub without automatic submission, GitHub authentication, or a hosted reporting service. The workflow keeps report artifacts main-process-owned, sanitizes and fail-closed scans collected data, provides a prefilled GitHub issue with the reviewed report context, and lets users either open the prepared artifacts for attachment or save a durable copy to a location they choose. Temporary prepared artifacts remain session-scoped and are cleared on the next application boot.
What changed
Validation
pnpm typecheckpnpm checkwas also run. The bug-reporting/redaction/Electron checks passed, but the repository-wide check currently stops at 3 retrieval tests on Windows due to expected vs actual path separator/drive normalization.UI and visual baselines
For an intentional UI change, maintainers generate and review Linux baselines after code review. Contributors do not need to run the baseline workflow or commit PNGs.
Documentation
design-docs/andcode-review/contract, when this changes documented behavior or invariants.