mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Update bug_report.yml
This commit is contained in:
parent
cfbc848dcf
commit
22e2b7ff62
1 changed files with 2 additions and 1 deletions
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -4,6 +4,7 @@ body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Checklist
|
label: Checklist
|
||||||
|
description: Invalid, incomplete or inadequate issue reports will not be considered
|
||||||
options:
|
options:
|
||||||
- label: I am sure the error is coming from Pyrogram's code and not elsewhere
|
- label: I am sure the error is coming from Pyrogram's code and not elsewhere
|
||||||
required: true
|
required: true
|
||||||
|
|
@ -34,7 +35,7 @@ body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Code example
|
label: Code example
|
||||||
description: Provide a [minimal, reproducible](https://stackoverflow.com/help/minimal-reproducible-example) and properly formatted example (if applicable)
|
description: Provide a [minimal, complete, consistently reproducible](https://stackoverflow.com/help/minimal-reproducible-example) and properly formatted example involving normal usages (if applicable)
|
||||||
placeholder: |
|
placeholder: |
|
||||||
from pyrogram import Client
|
from pyrogram import Client
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue