mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
20 lines
606 B
YAML
20 lines
606 B
YAML
|
name: Feature request
|
||
|
description: Suggest ideas, new features or enhancements
|
||
|
labels: [enhancement]
|
||
|
body:
|
||
|
- type: checkboxes
|
||
|
attributes:
|
||
|
label: Checklist
|
||
|
options:
|
||
|
- label: I believe the idea is awesome and would benefit the framework
|
||
|
required: true
|
||
|
- label: I have searched in the issue tracker for similar requests, including closed ones
|
||
|
required: true
|
||
|
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Description
|
||
|
description: Provide a detailed description of the request
|
||
|
placeholder: Description...
|
||
|
validations:
|
||
|
required: true
|