pnpm

Форк
0
/
bug-report.yaml 
86 строк · 3.0 Кб
1
name: Bug Report 🐛
2
description: Create a bug report for pnpm
3
labels: ['type: bug']
4
body:
5
  - type: markdown
6
    attributes:
7
      value: |
8
              If this issue affects many people in a company/big team, create a post for your company in the following discussion:
9
              [https://github.com/pnpm/pnpm/discussions/3787](https://github.com/pnpm/pnpm/discussions/3787)
10
              and link the issue in your post.
11

12
              This will help us prioritize issues that affect more people.
13
  - type: checkboxes
14
    attributes:
15
      label: Verify latest release
16
      description: 'Please run `pnpm install -g pnpm@latest` to try the latest version of pnpm. Some issues may already be fixed in the latest release, so please verify that your issue reproduces before opening a new issue.'
17
      options:
18
        - label: I verified that the issue exists in the latest pnpm release
19
  - type: input
20
    attributes:
21
      label: pnpm version
22
      description: Fill only if you are not using the latest major version (v7, v8...)
23
  - type: dropdown
24
    attributes:
25
      label: Which area(s) of pnpm are affected? (leave empty if unsure)
26
      multiple: true
27
      options:
28
        - 'Dependencies resolver'
29
        - 'CLI'
30
        - 'Lockfile'
31
        - 'Store'
32
        - 'Package manager compatibility'
33
        - 'Operating System (Windows, MacOS, Linux)'
34
        - 'Hooks'
35
  - type: input
36
    attributes:
37
      label: Link to the code that reproduces this issue or a replay of the bug
38
      description: |
39
        A link to a GitHub repository minimal reproduction. If a minimal reproduction can't be created please share a replay of the bug which doesn't require sharing a private repo.
40
  - type: textarea
41
    id: repro
42
    attributes:
43
      label: Reproduction steps
44
      description: "How do you trigger this bug? Please walk us through it step by step."
45
    validations:
46
      required: true
47
  - type: markdown
48
    attributes:
49
      value: ----------------------------
50
  - type: textarea
51
    attributes:
52
      label: Describe the Bug
53
      description: A clear and concise description of what the bug is.
54
    validations:
55
      required: true
56
  - type: markdown
57
    attributes:
58
      value: ----------------------------
59
  - type: textarea
60
    attributes:
61
      label: Expected Behavior
62
      description: A clear and concise description of what you expected to happen.
63
    validations:
64
      required: true
65
  - type: markdown
66
    attributes:
67
      value: ----------------------------
68
  - type: input
69
    attributes:
70
      label: Which Node.js version are you using?
71
      description: 'Please specify the exact version. For example: 14.18.1'
72
    validations:
73
      required: true
74
  - type: checkboxes
75
    id: operating-systems
76
    attributes:
77
      label: Which operating systems have you used?
78
      description: You may select more than one.
79
      options:
80
        - label: macOS
81
        - label: Windows
82
        - label: Linux
83
  - type: input
84
    attributes:
85
      label: If your OS is a Linux based, which one it is? (Include the version if relevant)
86
      placeholder: Linux, Ubuntu, Debian...
87

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.