Commit graph

22 commits

Author SHA1 Message Date
Ian Hickson 53bf9d79bb
Update BUG.md (#48539)
Let's try simplifying the template to see if people are able to give us the information we actually need.

Things like target platform should be in the logs so if they give us that we don't need to ask for it specifically. People seem to generally be good about saying "iOS only" etc. They don't seem to be good about giving us repro test cases.
2020-01-11 11:04:29 -08:00
Dan Field 24f39d40a4 Revert "Revert "Add many more global analyses. (#47875)" (#48080)" (#48081)
This reverts commit 04ea3183ce.
2020-01-02 11:47:28 -08:00
Francisco Magdaleno 04ea3183ce
Revert "Add many more global analyses. (#47875)" (#48080)
This reverts commit e768c92fbc.
2020-01-02 09:25:59 -08:00
Ian Hickson e768c92fbc
Add many more global analyses. (#47875)
* 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).
2019-12-30 17:12:19 -08:00
Ian Hickson 2991dc28a5
Update PULL_REQUEST_TEMPLATE.md (#45944)
Update for recent changes to policies.
2019-12-03 14:19:29 -08:00
escamoteur 2713ee61f0 added questions on Platform / OS Version / Device (#41651)
* added questions on Platform / OS Version / Design

* changed following the comments

* removed the host platform question
2019-10-03 20:43:04 -07:00
Dan Field 6048b62e21
Update label applied for performance template bugs (#41717) 2019-10-03 18:56:25 -07:00
Dan Field 8d931de7ea
Label bugs created via the SUPPORT template (#40993) 2019-09-20 14:46:10 -07:00
Kate Lovett 054d9bb2f1
Updating dart.dev related links (#32641)
* Updating dart.dev related links

* Update packages/flutter_tools/lib/src/base/context.dart
2019-05-14 10:35:00 -07:00
liyuqian 3436e165c8
Add master channel to performance issue template (#32345)
I helped the daily mail debug a performance issue on I/O yesterday. Not
using the master branch could be wasting a lot of time due to old bugs.
2019-05-09 10:37:34 -07:00
Ian Hickson f5674d7098 Performance issue template (#31944) 2019-05-06 18:32:28 -07:00
Ian Hickson a17e2a4e2f Add "feature request" issue template (#30327) 2019-04-29 12:39:10 +02:00
Tim Sneath 529189791c
Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00
Ian Hickson 1123b71454 Update PULL_REQUEST_TEMPLATE.md (#29621)
This tries to make it more obvious when someone checks the "tests" box without actually having added tests.
2019-03-28 17:44:58 -07:00
Michael Goderbauer 0bc94f2644
Remove line breaks from PR template (#28235) 2019-02-20 18:40:33 -08:00
Michael Goderbauer f603642471
Adds a template for Pull Requests (#28224) 2019-02-20 15:41:28 -08:00
Ian Hickson 8049893f42
Remove the cc @Hixie from no-response template (#26153)
Looks like the bot is working as we want, so I don't need to be cc'ed on all of the closures any more.
2019-01-08 10:56:39 -08:00
Ian Hickson d4d24a7e46
Configure move bot. (#18177) 2018-06-04 15:22:42 -07:00
Ian Hickson 2bc94f44c8
Configure no-response bot. (#18176) 2018-06-04 14:44:52 -07:00
Ian Hickson 5a01da47af
Removing CRLFs. (#17261) 2018-05-03 14:56:10 -07:00
Ian Hickson 031730820e
Update issue templates (#17250)
The "about" text was apparently too long.
2018-05-03 14:51:20 -07:00
Ian Hickson 916ed6c4f2
Update issue templates (#17213)
* Update issue templates

* Rename Custom.md to Z.md

* Create A.md

* Rename A.md to BUG.md

* Rename Z.md to SUPPORT.md

* Create ACTIVATION.md

* Update BUG.md

* Update BUG.md

* Delete ISSUE_TEMPLATE.md
2018-05-03 10:46:55 -07:00