Skip to content

Commit 415beb2

Browse files
committed
Update issue templates
1 parent 5dabeea commit 415beb2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ name: Bug Report
33
about: Create a bug report affecting the library
44
---
55

6-
<!-- WARNING: Ignoring this template could lead to the issue being closed as incomplete -->
6+
<!-- WARNING: Ignoring this template could lead to the issue being closed as invalid -->
77

88
## Checklist
99
- [ ] I am sure the error is coming from Pyrogram's code and not elsewhere.
1010
- [ ] I have searched in the issue tracker for similar bug reports, including closed ones.
1111
- [ ] I ran `pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip` and reproduced the issue using the latest development version.
1212

1313
## Description
14-
A clear and concise description of the problem.
14+
A **clear** and **concise** description of the problem. Code snippets must be formatted properly.
1515

1616
## Steps to Reproduce
1717
[A minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).
1818

1919
## Traceback
20-
The full traceback (if applicable).
20+
The full traceback (if applicable).

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ about: Suggest ideas, new features or enhancements
44
labels: "enhancement"
55
---
66

7-
<!-- WARNING: Ignoring this template could lead to the issue being closed as incomplete -->
7+
<!-- WARNING: Ignoring this template could lead to the issue being closed as invalid -->
88

99
## Checklist
1010
- [ ] I believe the idea is awesome and would benefit the library.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name: Ask Question
33
about: Ask a Pyrogram related question
44
title: For Q&A purposes, please read this template body
5-
labels: "question"
5+
labels: "invalid"
66
---
77

8-
<!-- WARNING: Ignoring this template could lead to the issue being closed as incomplete -->
8+
<!-- WARNING: Ignoring this template could lead to the issue being closed as invalid -->
99

1010
# Important
1111
This place is for issues about Pyrogram, it's **not a forum**.

0 commit comments

Comments
 (0)