File tree 3 files changed +53
-13
lines changed
3 files changed +53
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report
4
+ ---
5
+
6
+ <!--
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.
13
+
14
+ -->
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:
Original file line number Diff line number Diff line change
1
+
2
+ blank_issues_enabled : false
3
+ contact_links :
4
+ - name : Yarn v1 documentation
5
+ url : https://legacy.yarnpkg.com/en/docs
6
+ about : Please visit the documentation for v1.x.x before opening a bug report
You can’t perform that action at this time.
0 commit comments