aiohttp

Форк
0
/
bug_report.yml 
138 строк · 3.2 Кб
1
---
2
name: Bug Report
3
description: Create a report to help us improve.
4
labels: [bug]
5
assignees: aio-libs/triagers
6
body:
7
- type: markdown
8
  attributes:
9
    value: |
10
      **Thanks for taking a minute to file a bug report!**
11

12
13
      Verify first that your issue is not [already reported on
14
      GitHub][issue search].
15

16
      _Please fill out the form below with as many precise
17
      details as possible._
18

19
      [issue search]: ../search?q=is%3Aissue&type=issues
20

21
- type: textarea
22
  attributes:
23
    label: Describe the bug
24
    description: >-
25
      A clear and concise description of what the bug is.
26
  validations:
27
    required: true
28

29
- type: textarea
30
  attributes:
31
    label: To Reproduce
32
    description: >-
33
      Describe the steps to reproduce this bug.
34
    placeholder: |
35
      1. Implement the following server or a client '...'
36
      2. Then run '...'
37
      3. An error occurs.
38
  validations:
39
    required: true
40

41
- type: textarea
42
  attributes:
43
    label: Expected behavior
44
    description: >-
45
      A clear and concise description of what you expected to happen.
46
  validations:
47
    required: true
48

49
- type: textarea
50
  attributes:
51
    label: Logs/tracebacks
52
    description: |
53
      If applicable, add logs/tracebacks to help explain your problem.
54
      Paste the output of the steps above, including the commands
55
      themselves and their output/traceback etc.
56
    render: python-traceback
57
  validations:
58
    required: true
59

60
- type: textarea
61
  attributes:
62
    label: Python Version
63
    description: Attach your version of Python.
64
    render: console
65
    value: |
66
      $ python --version
67
  validations:
68
    required: true
69
- type: textarea
70
  attributes:
71
    label: aiohttp Version
72
    description: Attach your version of aiohttp.
73
    render: console
74
    value: |
75
      $ python -m pip show aiohttp
76
  validations:
77
    required: true
78
- type: textarea
79
  attributes:
80
    label: multidict Version
81
    description: Attach your version of multidict.
82
    render: console
83
    value: |
84
      $ python -m pip show multidict
85
  validations:
86
    required: true
87
- type: textarea
88
  attributes:
89
    label: yarl Version
90
    description: Attach your version of yarl.
91
    render: console
92
    value: |
93
      $ python -m pip show yarl
94
  validations:
95
    required: true
96

97
- type: textarea
98
  attributes:
99
    label: OS
100
    placeholder: >-
101
      For example, Arch Linux, Windows, macOS, etc.
102
  validations:
103
    required: true
104

105
- type: dropdown
106
  attributes:
107
    label: Related component
108
    description: >-
109
      aiohttp is both server framework and client library.
110
      For getting rid of confusing make sure to select
111
      'server', 'client' or both.
112
    multiple: true
113
    options:
114
    - Server
115
    - Client
116
  validations:
117
    required: true
118

119
- type: textarea
120
  attributes:
121
    label: Additional context
122
    description: |
123
      Add any other context about the problem here.
124

125
      Describe the environment you have that lead to your issue.
126
      This includes proxy server and other bits that are related to your case.
127

128
- type: checkboxes
129
  attributes:
130
    label: Code of Conduct
131
    description: |
132
      Read the [aio-libs Code of Conduct][CoC] first.
133

134
      [CoC]: https://github.com/aio-libs/.github/blob/master/CODE_OF_CONDUCT.md
135
    options:
136
    - label: I agree to follow the aio-libs Code of Conduct
137
      required: true
138
...
139

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

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

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

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