chore: pin Flutter to 3.41.9 via FVM and add CONTRIBUTING.md#581
Open
Zeroupper wants to merge 7 commits into
Open
chore: pin Flutter to 3.41.9 via FVM and add CONTRIBUTING.md#581Zeroupper wants to merge 7 commits into
Zeroupper wants to merge 7 commits into
Conversation
Pins the Flutter SDK in .fvmrc so all contributors and CI build against the same version, and adds a CONTRIBUTING guide covering branching, commit/PR conventions, and code style. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…irement Adds the `test` branch to the branching model as the staging branch between develop and master, and rewords the test-suite step to reflect that current coverage is minimal. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Adds fields for the affected screen, reproducibility frequency, and the study/deployment configuration that triggers the bug, and adds an optional `flutter doctor -v` section for developer reporters. The previous template did not capture where in the app the bug occurred or the configuration needed to reproduce it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The app only targets iOS and Android — there are no web, macOS, Windows, or Linux build directories and no CI or release pipelines for them. Removes the dead options and reworks the deployment-mode labels to be platform-neutral.
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
3.41.9in.fvmrc(was previously"stable", which defeated the point of FVM).CONTRIBUTING.mdcovering branching model, commit/PR conventions, required checks, and code style. Setup is intentionally left to the README — this file is focused on how to contribute changes.Why
Contributors and CI were not guaranteed to be on the same Flutter SDK, and there was no documented convention for branching, PR scope, or which deployment modes to smoke-test before merge.
Test plan
fvm installsucceeds with the pinned versionfvm flutter --versionreports3.41.9CONTRIBUTING.mdon GitHub and confirm formatting