Skip to content

Commit

Permalink
automated cherry pick
Browse files Browse the repository at this point in the history
  • Loading branch information
XilaiZhang committed Dec 4, 2023
1 parent d73e98e commit 413b36e
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/workflows/cp_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
**This pull request is opened against a release branch.<br>
To request a cherry pick of a commit, please fill in the form below.** (Questions with an asterisk are required.)<br>

**To fill in the form, you can edit this PR description and type your answers after the 'My Answer' keywords. <br>
A flutter domain expert will evaluate this cherry pick request shortly after ALL questions are answered.**

* Changelog Description: Explain this cherry pick in one line that is accessible to most Flutter developers
See https://github.com/flutter/flutter/wiki/Hotfix-Documentation-Best-Practices for examples (Bug fix, feature, docs update, ...)<br>

**My Answer:**

* Impacted Users: Approximately who will hit this issue (ex. all Flutter devs, Windows developers, all end-customers, apps using X framework feature)?<br>

**My Answer:**

* impact_description: What is the impact (ex. visual jank on Samsung phones, app crash, cannot ship an iOS app)? Does it impact development (ex. flutter doctor crashes when Android Studio is installed), or the shipping production app (the app crashes on launch)<br>

**My Answer:**

* Workaround: Is there a workaround for this issue?<br>

**My Answer:**

* Risk: What is the risk level of this cherry-pick?<br>

**My Answer:**
- [ ] Low
- [ ] Medium
- [ ] High

* Test Coverage: Are you confident that your fix is well-tested by automated tests?<br>

**My Answer:**
- [ ] Yes
- [ ] No

* Validation Steps: What are the steps to validate that this fix works?<br>

**My Answer:**

0 comments on commit 413b36e

Please sign in to comment.