Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 22e2b7f

Browse files
committed
Update bug_report.yml
1 parent cfbc848 commit 22e2b7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ body:
44
- type: checkboxes
55
attributes:
66
label: Checklist
7+
description: Invalid, incomplete or inadequate issue reports will not be considered
78
options:
89
- label: I am sure the error is coming from Pyrogram's code and not elsewhere
910
required: true
@@ -34,7 +35,7 @@ body:
3435
- type: textarea
3536
attributes:
3637
label: Code example
37-
description: Provide a [minimal, reproducible](https://stackoverflow.com/help/minimal-reproducible-example) and properly formatted example (if applicable)
38+
description: Provide a [minimal, complete, consistently reproducible](https://stackoverflow.com/help/minimal-reproducible-example) and properly formatted example involving normal usages (if applicable)
3839
placeholder: |
3940
from pyrogram import Client
4041
...

0 commit comments

Comments
 (0)