Update some fields in the GH issue template

This commit is contained in:
Lonami 2023-05-31 00:01:16 +02:00 committed by GitHub
parent ed825a2c7d
commit c89644eec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ body:
id: reproducing-example
attributes:
label: Code that causes the issue
description: Provide a code example that reproduces the problem.
description: Provide a code example that reproduces the problem. Try to keep it short without other dependencies.
placeholder: |
```python
from telethon.sync import TelegramClient
@ -20,9 +20,9 @@ body:
id: expected-behavior
attributes:
label: Expected behavior
description: Explain what you should expect to happen.
description: Explain what you should expect to happen. Include reproduction steps.
placeholder: |
"This should happen..."
"I was doing... I was expecting the following to happen..."
validations:
required: true
@ -53,7 +53,8 @@ body:
id: telethon-version
attributes:
label: Telethon version
placeholder: "1.28.5"
description: The output of `python -c "import telethon; print(telethon.__version__)"`.
placeholder: "1.x"
validations:
required: true
@ -61,8 +62,8 @@ body:
id: python-version
attributes:
label: Python version
description: The output of `python3 --version`.
placeholder: "3.10.11"
description: The output of `python --version`.
placeholder: "3.x"
validations:
required: true
@ -71,7 +72,7 @@ body:
attributes:
label: Operating system
description: The name and version of your operating system.
placeholder: btw i use arch
placeholder: Windows, Mac, Linux-based distribution...
validations:
required: true
@ -80,7 +81,7 @@ body:
attributes:
label: Other details
placeholder: |
Additional details and attachments.
Additional details and attachments. Is it a server? Network condition?
- type: checkboxes
id: checklist
@ -90,7 +91,7 @@ body:
options:
- label: The error is in the library's code, and not in my own.
required: true
- label: I have searched for this issue before posting it and there isn't a duplicate.
- label: I have searched for this issue before posting it and there isn't an open duplicate.
required: true
- label: I ran `pip install -U https://github.com/LonamiWebs/Telethon/archive/v1.zip` and triggered the bug in the latest version.
required: true