This project is mirrored from https://github.com/flutter/flutter.git.
Pull mirroring updated .
- Jan 10, 2025
-
-
Michael Goderbauer authored
-
- Oct 30, 2024
-
-
stuartmorgan authored
Adds a small new subsection to the section on contributing via coding that highlights the list of issues with partial patches that could be picked up by another contributor.
-
- Sep 25, 2024
-
-
Parker Lougheed authored
-
- Jul 20, 2024
-
-
chunhtai authored
fix broken link
-
- Jul 18, 2024
-
-
Matan Lurey authored
Part of https://github.com/flutter/flutter/issues/150869.
-
- Jun 18, 2024
-
-
Kate Lovett authored
Part of https://github.com/flutter/flutter/issues/145009 Finishes updating links in the repo that pointed to the old wiki
-
- Nov 14, 2023
-
-
Kenzie Davisson authored
Mirrored change in the .github/ repo: https://github.com/flutter/.github/pull/34
-
- Jul 18, 2023
-
-
Andrew Kolos authored
Today (Jul 17, 2023), I renamed the `good first contribution` label to `good first issue`. This is because 1) `good first issue` is more commonly used for this intent across GitHub and and thus may be (ever so slightly) more recognizable to potential new contributors, and, more importantly, 2) GitHub recognizes the label `good first issue` when surfacing good first issues in specific places in GitHub[^1]. This PR updates Contributing.md to match the new name. `grep` did not find any other references to `good first contribution` to update in this repo. [^1]: [Source (GitHub docs)](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/encouraging-helpful-contributions-to-your-project-with-labels). Example: https://github.com/flutter/flutter/contribute. If my vague memory serves me correctly, this can also appear in certain emails or the "discovery queue"-type experience that GitHub provides.
-
- Jun 01, 2023
-
-
Ian Hickson authored
-
- Sep 13, 2022
-
-
prateekbytes authored
I found a typo error in CONTRIBUTING.md and fixed it.
-
- Aug 02, 2022
-
-
- Jun 28, 2022
-
-
Ian Hickson authored
-
- Apr 14, 2022
-
-
Ian Hickson authored
* Add more things to CONTRIBUTING.md * I forgot about QA!
-
- Mar 29, 2022
-
-
Ian Hickson authored
-
- Jan 08, 2022
-
-
Viren Khatri authored
-
- Oct 01, 2021
-
-
Ian Hickson authored
-
- Jan 07, 2021
-
-
Ian Hickson authored
-
- Jul 25, 2020
-
-
Ayush Bherwani authored
-
- Jan 03, 2020
-
-
Francisco Magdaleno authored
This reverts commit e768c92f.
- Dec 31, 2019
-
-
Ian Hickson authored
* Update packages. * Add many more global analyses. * Catch trailing spaces and trailing newlines in all text files. Before we were only checking newly added files, but that means we missed some. * Port the trailing spaces logic to work on Windows too. * Correct all the files with trailing spaces and newlines. * Refactor some of the dev/bots logic into a utils.dart library. Notably, the "exit" and "print" shims for testing are now usable from test.dart, analyze.dart, and run_command.dart. * Add an "exitWithError" function that prints the red lines and then exits. This is the preferred way to exit from test.dart, analyze.dart, and run_command.dart. * More consistency in the output of analyze.dart. * Refactor analyze.dart to use the _allFiles file enumerating logic more widely. * Add some double-checking logic to the _allFiles logic to catch cases where changes to that logic end up catching fewer files than expected (helps prevent future false positives). * Add a check to prevent new binary files from being added to the repository. Grandfather in the binaries that we've already added. * Update all the dependencies (needed because we now import crypto in dev/bots/analyze.dart).
-
- Oct 29, 2019
-
-
gaaclarke authored
* Added note about design doc template. * switched "our" to "flutter" * updated link
-
- Aug 21, 2019
-
-
Ian Hickson authored
* Update CONTRIBUTING.md * Update CONTRIBUTING.md
-
- Aug 15, 2019
-
-
Ian Hickson authored
-
- Jul 29, 2019
-
-
Mike Hatch authored
-
- Apr 06, 2019
-
-
Tim Sneath authored
-
- Nov 07, 2018
-
-
Ian Hickson authored
-
- Oct 26, 2018
-
-
Ian Hickson authored
* Mention new gitter channel * Update CONTRIBUTING.md
-
- Aug 30, 2018
-
-
Alexander Aprelev authored
* Split analysis steps out of dev/bots/test.dart into dev/bots/analyze.dart. This allows to run analysis step with command line arguments that are only applicable to flutter analyze(like --dart-sdk, needed for dart-flutter-engine head-head-head bot). * Add forgotten dev/bots/analyze.dart * Refactor common code from analyze.dart and test.dart into run_command.dart * Remove comments, add header
-
- Aug 29, 2018
-
-
Jacob Richman authored
Update CONTRIBUTING.md to suggest Android Studio and fix Mac command to install android-platform-tools. (#19537)
-
- Aug 08, 2018
-
-
Greg Spencer authored
This removes the final traces of Travis and Appveyor from the Flutter tree. I've updated the documentation and fixed a couple of places where scripts look for Travis, and eliminated the dart tools runningOnTravis function (which was unused anyhow). There are places in the flutter script that used to look for the environment variable TRAVIS. We actually do want to continue to detect that we're running on Travis there, since in the plugins repo we still use Travis (for the moment). In any case, it's OK, because the CI environment variable is set on all of the CI bots (Cirrus, Travis, and Appveyor). FastLane doesn't have a setup_cirrus equivalent to setup_travis, but it actually doesn't matter there either, since it doesn't do Travis-specific things, and it also looks for the CI environment variable.
-
- Jun 02, 2018
-
-
Ian Hickson authored
-
- May 24, 2018
-
-
Mikkel Nygaard Ravn authored
-
- May 11, 2018
-
-
Devon Carew authored
re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server
-
- Apr 12, 2018
-
-
Devon Carew authored
Revert "re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server (#16281)" (#16482) This reverts commit 2f41ea54.
-
Devon Carew authored
re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server
-
- Mar 27, 2018
-
-
Stanislav Baranov authored
-
- Mar 24, 2018
-
-
Yegor authored
* CONTRIBUTING.md: updates for Dart 2; move parts to flutter/engine * address comments
-
- Feb 09, 2018
-
-
Mikkel Nygaard Ravn authored
-
- Jan 27, 2018
-
-
Seth Ladd authored
* Point to master API docs I _think_ this is the right place, since people contributing and working on master might care about where the API docs are for master branch. * Update CONTRIBUTING.md update from review comment
-