Skip to content

Commit 158d96d

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
1 parent fbcdb79 commit 158d96d

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
1-
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. The two fields below are mandatory. -->
1+
<!--
22
3-
**Summary**
3+
Important note: This repository is about Yarn 1.x, also called "Classic". We now release
4+
modern versions on the yarnpkg/berry repository, which has a completely new (and more
5+
stable) codebase.
6+
7+
If you get a problem with Yarn 1.x, it is *very* likely to have been fixed in recent
8+
versions. We recommand that you migrate when you get the chance: the process has been
9+
refined over the years and should be mostly painless - check here for details:
10+
11+
https://yarnpkg.com/getting-started/migration#why-should-you-migrate
12+
13+
If you hit blockers that aren't addressed in this guide, feel free to ask for help on
14+
our Discord community server, or our GitHub discussion forum:
15+
16+
https://discord.com/invite/yarnpkg
17+
https://github.com/yarnpkg/berry/discussions
418
5-
<!-- Is the feature a substantial feature request? Please use https://github.com/yarnpkg/rfcs -->
19+
Finally, if you intend to open a bug on modern versions of Yarn, the right tracker is here:
20+
21+
https://github.com/yarnpkg/berry
622
7-
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
23+
If you decide to stay on Yarn 1 regardless, please be aware that we don't plan to
24+
merge pull requests or release future versions of Classic unless it's to solve an
25+
critical vulnerability report (which is unlikely). The modern releases are
26+
however very actively supported, and your help would be appreciated.
827
9-
<!-- Don't forget to update the CHANGELOG.md to quickly describe your changes to other users! -->
28+
Thanks for your understanding!
1029
11-
**Test plan**
12-
13-
<!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. -->
30+
-->

0 commit comments

Comments
 (0)