msw

Форк
0
/
01-issue-browser.yml 
66 строк · 2.3 Кб
1
name: 'Bug report (Browser)'
2
description: I experience unexpected behavior using the library in a browser.
3
labels: ['bug', 'scope:browser', 'needs:triage']
4
body:
5
  - type: markdown
6
    attributes:
7
      value: Thank you for reporting an issue to Mock Service Worker! Please fill in the template below to help our team tackle it in the most efficient way.
8

9
  - type: checkboxes
10
    attributes:
11
      label: Prerequisites
12
      description: Before we begin, let's make sure your issue hasn't been solved already.
13
      options:
14
        - label: I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues)
15
          required: true
16
        - label: I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue
17
          required: true
18

19
  - type: checkboxes
20
    attributes:
21
      label: Environment check
22
      options:
23
        - label: I'm using the [latest](https://github.com/mswjs/msw/releases/latest) `msw` version
24
          required: true
25
        - label: I'm using Node.js version 18 or higher
26
          required: true
27

28
  - type: dropdown
29
    attributes:
30
      label: Browsers
31
      description: Select in which browser(s) you're experiencing the issue.
32
      multiple: true
33
      options:
34
        - 'Chromium (Chrome, Brave, etc.)'
35
        - 'Firefox'
36
        - 'Safari'
37

38
  - type: input
39
    attributes:
40
      label: Reproduction repository
41
      description: A link to the repository where your issue can be reproduced. You can clone one of [our examples](https://github.com/mswjs/examples) to create a reproduction repository much faster. **Issues without a reproduction repository will be closed**.
42
      placeholder: i.e. https://github.com/you/msw-issue
43
    validations:
44
      required: true
45

46
  - type: textarea
47
    attributes:
48
      label: Reproduction steps
49
      description: Include any steps necessary to reproduce the issue in the repository above.
50
      placeholder: i.e. "npm test"
51
    validations:
52
      required: true
53

54
  - type: textarea
55
    attributes:
56
      label: Current behavior
57
      description: Share any details on what behavior you're experiencing (error messages, logs, context).
58
    validations:
59
      required: true
60

61
  - type: textarea
62
    attributes:
63
      label: Expected behavior
64
      description: What do you expect to happen instead?
65
    validations:
66
      required: true
67

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

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

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

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