Commit graph

31 commits

Author SHA1 Message Date
Casey Hillers f6a709a6fe
[.github] Update cherry-pick template to require PR links (#107856) 2022-07-18 22:06:04 +00:00
Ian Hickson 450906cbde
Update 2_bug.md to ask for backtrace explicitly (#103001) 2022-06-24 20:35:06 +00:00
Kevin Chisholm f5f9ad915e
Add target field (#101509) 2022-04-07 09:06:40 -05:00
Kevin Chisholm ddfdf966c4
create cherry-pick template (#100158)
* create cherry-pick template

* Remove placeholders for all required fields
2022-03-16 13:29:38 -05:00
nt4f04uNd 71c876f46a
Improve bug and feature request templates (#90974) 2021-10-11 13:08:03 -07:00
Michael Goderbauer cb0557456b
Clarify performance overlay in performance issue template (#75024) 2021-02-01 04:46:03 -08:00
Aneesh Rao df748f1a89
Use details tag to improve issue log readability (#70945) 2020-12-21 16:09:04 -08:00
Ian Hickson 2f567c39a6
Try to avoid more false-positives in people using this template (#71424) 2020-12-01 11:53:05 -08:00
Tong Wu 8a1b260242
Allow creating blank issues. (#64842) 2020-08-31 11:28:03 -07:00
Tong Wu ae4b3ba2d1
Reorder issue templates. (#64174) 2020-08-19 14:51:07 -07:00
Tong Wu 780f5f9904
Limit about to <200 chars in the infra issue template (#63839) 2020-08-15 10:46:02 -07:00
Tong Wu da98319de6
Add an infra issue template (#63730) 2020-08-14 16:51:04 -07:00
Francesco Iapicca a84e39029f
ISSUE_TEMPLATE changes (#62904) 2020-08-10 20:56:04 -07:00
Yazeed Al-Khalaf d41b1fbb50
✒ Spell Check All .md Files Related to Flutter 💙 (#61564)
* 🐛 Fix Spelling Issues in Main README.md

* 🐛 Fix spelling issues in dev README.md

* 🐛 Fix spelling issues in complex_layout README.md

* 🐛 Fix spelling issues in macrobenchmarks README.md

* 🐛 Fix spelling issues in platform_views_layout README.md

* 🐛 Fix spelling issues in test_Apps/stocks README.md

* 🐛 Fix spelling issues in bots README.md

* ✒ Spell Check dev/ci README.md

* ✒ Spell Check dev/ci/docker_linux README.md

* ✒ Spell Check dev/devicelab README.md

* ✒ Spell Check dev/docs README.md

* ✒ Spell Check dev/snippets README.md

* ✒ Spell Check dev/snippets/config/templates README.md

* ✒ Spell Check dev/tools/gen_keycodes README.md

* ✒ Spell Check dev/tools/vitool README.md

* ✒ Spell Check examples/catalog README.md

* ✒ Spell Check examples/flutter_view README.md

* ✒ Spell Check examples/image_list README.md

* ✒ Spell Check examples/layers README.md

* ✒ Spell Check examples/platform_channel README.md

* ✒ Spell Check examples/platform_channel_swift README.md

* ✒ Spell Check examples/platform_view README.md

* ✒ Spell Check packages/_flutter_web_build_script README.md

* ✒ Spell Check packages/flutter_localizations README.md

* ✒ Spell Check packages/flutter_tools README.md

* ✒ Spell Check CODE_OF_CONDUCT.md

* ✒ Spell Check dev/integration_test/android_splash_screens/splash_Screen_load_rotate README.md

* ✒ Spell Check dev/integration_test/android_views README.md

* ✒ Spell Check dev/integration_tests/flutter_driver_screenshot_test README.md

* ✒ Spell Check dev/integration_tests/flutter_gallery README.md

* ✒ Spell Check dev/integration_tests/gradle_deprecated_settings README.md

* ✒ Spell Check dev/integration_tests/ios_add2app_life_cycle README.md

* ✒ Spell Check dev/integration_tests/ios_host_app README.md

* ✒ Spell Check dev/integration_tests/ios_platform_view_tests README.md

* ✒ Spell Check dev/automated_tests/flutter_test README.md

* ✒ Spell Check .github/PULL_REQUEST_TEMPLATE.md

* ✒ Spell Check .hithub/ISSUE_TEMPLATE/ACTIVATION.md

* ✒ Spell Check .github/ISSUE_TEMPLATE/BUG.md

* ✒ Spell Check .github/ISSUE_TEMPLATE/feature_request.md

* ✒ Spell Check .github/ISSUE_TEMPLATE/performance_others.md

* ✒ Spell Check .github/ISSUE_TEMPLATE/performance_speed.md

* ✒ Spell Check packages/flutter_tools/doc/daemon.md

* ✒ Spell Check packages/flutter_tools/fuchsia_enrtypoint_shim/README.md

* ✒ Minimize line to 80 columns

* ✒ Minimize line to 80 columns

* ✒ Fix Typo

* ✒ Chnaged numbers to 1 for testing purposes

* ✒ Changed numbers to 1 for testing purposes

*  Remove 'a' which is a typo

* ✒ Change a sentence to be better

* ✒ Remove 'a' which is a typo

* ✒ Fix small issue

* ✒ Fix small typo

* ✒ Fix some typos

*  Remove trailing space

*  Remove trailing space

* 🐛 Fix small typo

* ✒ Fix Typo

* 🐛 Fix small bug
2020-07-22 18:23:47 -07:00
liyuqian 8033da2558
Fix broken URL again. 2020-06-03 09:24:10 -07:00
liyuqian 717fa69247
Fix broken URL 2020-06-03 09:20:26 -07:00
liyuqian ea0c73c1dc
Update performance_others.md 2020-05-14 14:11:53 -07:00
liyuqian bd03ef7ca0
Create performance_others.md 2020-05-14 14:08:28 -07:00
liyuqian 57e16a59ac
Rename performance.md to performance_speed.md
So we can have another template for non-speed performance issues (e.g., memory, app size, memory).
2020-05-14 13:59:49 -07:00
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
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 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