|
1 | 1 | ---
|
2 |
| -name: Bug report |
3 |
| -about: Create a report |
| 2 | +name: Issue |
| 3 | +about: Open an issue |
4 | 4 | ---
|
5 | 5 |
|
6 | 6 | <!--
|
7 | 7 |
|
8 |
| -1. Please read our Rules of Conduct: https://github.com/yarnpkg/yarn/blob/master/CODE_OF_CONDUCT.md |
9 |
| -
|
10 |
| -2. Please search existing issues to avoid creating duplicates. Duplicates will be closed. |
11 |
| -
|
12 |
| -3. Currently, not accepting any new feature requests. Please head over to https://github.com/yarnpkg/berry for new feature requests. |
| 8 | + Important note: This repository is about Yarn 1.x, also called "Classic". We released |
| 9 | + Yarn 2 in January 2020, and multiple other minors since then (note that we slightly |
| 10 | + changed how Yarn is installed, hence why `npm install -g yarn` doesn't show 2.x if |
| 11 | + you run `--version`). |
| 12 | + |
| 13 | + If you get a problem with Yarn 1.x, it is *very* likely to have been fixed in higher |
| 14 | + versions. We recommand that you migrate when you get the chance: the process has been |
| 15 | + refined over the months and should be mostly painless - check here for details: |
| 16 | + |
| 17 | + https://yarnpkg.com/getting-started/migration#why-should-you-migrate |
| 18 | + |
| 19 | + If you hit blockers that aren't addressed in this guide, feel free to ask for help on |
| 20 | + our Discord community server, or our GitHub discussion forum: |
| 21 | + |
| 22 | + https://discord.com/invite/yarnpkg |
| 23 | + https://github.com/yarnpkg/berry/discussions |
| 24 | +
|
| 25 | + If you decide to stay on Yarn 1 regardless, please be aware that we don't plan to |
| 26 | + merge pull requests or release future versions of Classic unless it's to solve an critical |
| 27 | + vulnerability report (which is unlikely). |
| 28 | + |
| 29 | + Thanks for your understanding! |
13 | 30 |
|
14 | 31 | -->
|
15 |
| - |
16 |
| - |
17 |
| -<!-- Please fill out all sections. Issues with this not compeleted will be closed. ---> |
18 |
| - |
19 |
| - |
20 |
| -### Bug description |
21 |
| -<!-- Any context around the issue or bug is helpful. --> |
22 |
| - |
23 |
| -**Command** |
24 |
| - |
25 |
| -```sh |
26 |
| -yarn [your command] |
27 |
| -``` |
28 |
| - |
29 |
| -**What is the current behavior?** |
30 |
| -<!-- Describe how yarn is currently functioning with respect to the bug. --> |
31 |
| - |
32 |
| - |
33 |
| -**What is the expected behavior?** |
34 |
| -<!-- Describe how you expect it to work --> |
35 |
| - |
36 |
| - |
37 |
| -**Steps to Reproduce** |
38 |
| -<!-- If you can, provide a link to a public repository which contains the files necessary to reproduce this. --> |
39 |
| - |
40 |
| -1. |
41 |
| -2. |
42 |
| - |
43 |
| -**Environment** |
44 |
| - |
45 |
| -- Node Version: `x.x.x` |
46 |
| -- Yarn v1 Version: `1.x.x` |
47 |
| -- OS and version: |
0 commit comments