embedchain

Форк
0
41 строка · 1.7 Кб
1
name: 🐛 Bug Report
2
description: Create a report to help us reproduce and fix the bug
3

4
body:
5
- type: markdown
6
  attributes:
7
    value: >
8
      #### Before submitting a bug, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/embedchain/embedchain/issues?q=is%3Aissue+sort%3Acreated-desc+).
9
- type: textarea
10
  attributes:
11
    label: 🐛 Describe the bug
12
    description: |
13
      Please provide a clear and concise description of what the bug is.
14

15
      If relevant, add a minimal example so that we can reproduce the error by running the code. It is very important for the snippet to be as succinct (minimal) as possible, so please take time to trim down any irrelevant code to help us debug efficiently. We are going to copy-paste your code and we expect to get the same result as you did: avoid any external data, and include the relevant imports, etc. For example:
16

17
      ```python
18
      # All necessary imports at the beginning
19
      import embedchain as ec
20
      # Your code goes here
21

22

23
      ```
24

25
      Please also paste or describe the results you observe instead of the expected results. If you observe an error, please paste the error message including the **full** traceback of the exception. It may be relevant to wrap error messages in ```` ```triple quotes blocks``` ````.
26
    placeholder: |
27
      A clear and concise description of what the bug is.
28

29
      ```python
30
      Sample code to reproduce the problem
31
      ```
32

33
      ```
34
      The error message you got, with the full traceback.
35
      ````
36
  validations:
37
    required: true
38
- type: markdown
39
  attributes:
40
    value: >
41
      Thanks for contributing 🎉!
42

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

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

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

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