3 Commits

Author SHA1 Message Date
Kate Lovett
62586dc09d
Update old wiki links (#149544)
Part of https://github.com/flutter/flutter/issues/145009

Finishes updating links in the repo that pointed to the old wiki
2024-06-17 17:26:08 +00:00
Xilai Zhang
09b7a1c7c8
[github actions] rewrite cherry pick template (#144065)
Context: @godofredoc pointed out that the fields in the PR template could be simplified and redesigned. Synced with @itsjustkevin and Kevin come up with [changes in this doc](https://docs.google.com/document/d/1Slppqq32toSwwxUyYTX1t6dGUQpyi0xEWxw4niGWspc/edit?resourcekey=0-v6U_9XVsMFSx0Fvx1rANhg&tab=t.0) which would improve the cherry pick template.

Github only supports a limited number of formatting options. This PR uses some workarounds and makes the following changes:
1. use divider to replace text area since Github markdown doesn't support text area
2. remove \<pre\> tags so texts can wrap around
3. use headings over bold
4. use task lists to identify the starting points of user answers

An example cherry pick template would [look like this](https://github.com/flutter/flutter/pull/143785) after the change.
2024-03-02 00:49:14 +00:00
Xilai Zhang
49f9cd68ce
[flutter release] Add cherry pick template for pull request description (#139590)
context:  https://github.com/flutter/flutter/pull/139524#discussion_r1416052456

Adds a pull request template for automated flutter cherry picks.
This template is adapted from  [web form cherry pick issue template](https://cs.opensource.google/flutter/flutter/+/master:.github/ISSUE_TEMPLATE/7_cherry_pick.yml) since PR template doesn't support web form.

This would provide the template to allow https://github.com/flutter/flutter/pull/139524 to land
2023-12-08 22:43:57 +00:00