Improve issue templates

This commit is contained in:
Dan 2019-05-12 00:18:59 +02:00
parent cb2af5d05a
commit f7cdc7ac3c
3 changed files with 36 additions and 25 deletions

View File

@ -1,29 +1,21 @@
---
name: Bug report
about: Create a bug report to help us improve
name: Bug Report
about: Create a bug report affecting the library
labels: "bug"
---
## Summary
<!-- WARNING: Ignoring this template will lead to the issue being closed as incomplete -->
## Checklist
- [ ] I am sure the error is coming from Pyrogram's code and not elsewhere.
- [ ] I have searched in the issue tracker for similar bug reports, including closed ones.
- [ ] I ran `pip3 install -U https://github.com/pyrogram/pyrogram/archive/develop.zip` and reproduced the issue using the latest development version.
## Description
A clear and concise description of the problem.
## Steps to Reproduce
A minimal, complete and verifiable example (https://stackoverflow.com/help/mcve).
[A minimal, complete and verifiable example](https://stackoverflow.com/help/mcve).
## Expected Results
A description of what should happen.
## Actual Results
A description of what actually happened.
## Environment info
- **OS**: [e.g. Linux/macOS/Windows]
- **Python version**: [e.g. 3.7.2]
- **Pyrogram version**: [e.g. 0.12.0/develop]
## Extra details
Other details about the problem.
<details><summary><b>Logs</b>:</summary>
Insert logs here (if necessary)
</details>
## Traceback
The full traceback (if applicable).

View File

@ -1,5 +1,14 @@
---
name: Feature request
about: Suggest a new feature or enhancement
name: Feature Request
about: Suggest ideas, new features or enhancements
labels: "enhancement"
---
<!-- WARNING: Ignoring this template will lead to the issue being closed as incomplete -->
## Checklist
- [ ] I believe the idea is awesome and would benefit the library.
- [ ] I have searched in the issue tracker for similar requests, including closed ones.
## Description
A detailed description of the request.

View File

@ -1,5 +1,15 @@
---
name: Question
about: Ask a question
name: Ask Question
about: Ask a Pyrogram related question
title: For Q&A purposes, please read this template body
labels: "question"
---
<!-- WARNING: Ignoring this template will lead to the issue being closed as incomplete -->
# Important
This place is for issues about Pyrogram, it's **not a forum**.
If you'd like to post a question, please move to https://stackoverflow.com or join the Telegram community by following the description in https://t.me/pyrogram.
Thanks.