Skip to content

Commit c90e5a4

Browse files
committed
Update issue templates
1 parent 91e0a08 commit c90e5a4

File tree

6 files changed

+23
-99
lines changed

6 files changed

+23
-99
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

.github/CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
---
22
name: Bug Report
3-
about: Create a bug report affecting the library
3+
about: Create a bug report affecting the library or the documentation
44
---
55

6-
<!-- WARNING: Ignoring this template could lead to the issue being closed as invalid -->
6+
<!-- WARNING: Ignoring or altering 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. Code snippets must be formatted properly.
14+
A **clear** and **concise** description of the problem. Code snippets must be
15+
[minimal, reproducible](https://stackoverflow.com/help/minimal-reproducible-example) and properly formatted.
1516

16-
## Steps to Reproduce
17-
[A minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).
17+
``` python
18+
from pyrogram import Client
19+
...
20+
```
1821

1922
## Traceback
20-
The full traceback (if applicable).
23+
The full traceback (if applicable).
24+
25+
```
26+
Traceback (most recent call last):
27+
File "main.py", line 1, in <module>
28+
```

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Ask Pyrogram related questions
4+
url: https://stackoverflow.com/questions/tagged/pyrogram
5+
about: This place is for issues about Pyrogram. If you'd like to ask a question, please do so at StackOverflow.
6+
- name: Join the Telegram community
7+
url: https://t.me/pyrogram
8+
about: Join the official channel to stay tuned for news and updates.

.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 invalid -->
7+
<!-- WARNING: Ignoring or altering 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: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)