Captain Ezio commited on
Commit
f078f37
·
1 Parent(s): 0effb3f

Update bug_report.yml

Browse files
.github/ISSUE_TEMPLATE/bug_report.yml CHANGED
@@ -36,16 +36,16 @@ body:
36
  label: Code example
37
  description: Provide a [minimal, reproducible](https://stackoverflow.com/help/minimal-reproducible-example) and properly formatted example (if applicable)
38
  placeholder: |
39
- from pyrogram import Client
40
  ...
41
  render: python
42
 
43
  - type: textarea
44
  attributes:
45
  label: Logs
46
- description: Provide the complete traceback (if applicable)
47
  placeholder: |
48
  Traceback (most recent call last):
49
- File "main.py", line 1, in <module>
50
  ...
51
  render: shell
 
36
  label: Code example
37
  description: Provide a [minimal, reproducible](https://stackoverflow.com/help/minimal-reproducible-example) and properly formatted example (if applicable)
38
  placeholder: |
39
+ from Powers.bot_class import Gojo
40
  ...
41
  render: python
42
 
43
  - type: textarea
44
  attributes:
45
  label: Logs
46
+ description: Provide the complete traceback or error message (if applicable)
47
  placeholder: |
48
  Traceback (most recent call last):
49
+ File "<module_name>.py", line 1, in <module>
50
  ...
51
  render: shell