You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PR_TEMPLATE/PULL_REQUEST_CP_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
This pull request is created by [automatic cherry pick workflow](https://github.com/flutter/flutter/wiki/Flutter-Cherrypick-Process#automatically-creates-a-cherry-pick-request)
1
+
This pull request is created by [automatic cherry pick workflow](https://github.com/flutter/flutter/blob/main/docs/releases/Flutter-Cherrypick-Process.md#automatically-creates-a-cherry-pick-request)
2
2
Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request.
3
3
4
4
### Issue Link:
@@ -7,7 +7,7 @@ What is the link to the issue this cherry-pick is addressing?
7
7
< Replace with issue link here >
8
8
9
9
### Changelog Description:
10
-
Explain this cherry pick in one line that is accessible to most Flutter developers. See [best practices](https://github.com/flutter/flutter/wiki/Hotfix-Documentation-Best-Practices) for examples
10
+
Explain this cherry pick in one line that is accessible to most Flutter developers. See [best practices](https://github.com/flutter/flutter/blob/main/docs/releases/Hotfix-Documentation-Best-Practices.md) for examples
[Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement
[Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
FAILURE_MSG="Failed to create CP due to merge conflicts.<br>"
84
-
FAILURE_MSG+="You will need to create the PR manually. See [the cherrypick wiki](https://github.com/flutter/flutter/wiki/Flutter-Cherrypick-Process) for more info."
84
+
FAILURE_MSG+="You will need to create the PR manually. See [the cherrypick wiki](https://github.com/flutter/flutter/blob/main/docs/releases/Flutter-Cherrypick-Process.md) for more info."
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Contributing to Flutter
4
4
=======================
5
5
6
-
_tl;dr: join [Discord](https://github.com/flutter/flutter/wiki/Chat), be [courteous](CODE_OF_CONDUCT.md), follow the steps below to set up a development environment; if you stick around and contribute, you can [join the team](https://github.com/flutter/flutter/wiki/Contributor-access) and get commit access._
6
+
_tl;dr: join [Discord](./docs/contributing/Chat.md), be [courteous](CODE_OF_CONDUCT.md), follow the steps below to set up a development environment; if you stick around and contribute, you can [join the team](./docs/contributing/Contributor-access.md) and get commit access._
7
7
8
8
Welcome
9
9
-------
@@ -17,10 +17,10 @@ doing outreach about Flutter, or helping out in any other way.
17
17
We grant commit access (which includes full rights to the issue
18
18
database, such as being able to edit labels) to people who have gained
19
19
our trust and demonstrated a commitment to Flutter. For more details
20
-
see the [Contributor access](https://github.com/flutter/flutter/wiki/Contributor-access)
21
-
page on our wiki.
20
+
see the [Contributor access](./docs/contributing/Contributor-access.md)
21
+
page in our docs.
22
22
23
-
We communicate primarily over GitHub and [Discord](https://github.com/flutter/flutter/wiki/Chat).
23
+
We communicate primarily over GitHub and [Discord](./docs/contributing/Chat.md).
24
24
25
25
Before you get started, we encourage you to read these documents which describe some of our community norms:
26
26
@@ -29,7 +29,7 @@ Before you get started, we encourage you to read these documents which describe
29
29
also documents our conflict resolution policy and encourages people
0 commit comments