misc(issue template): Improved Feature request template (#1774)

* misc(issue template): Improved `Feature request` template

* Update bug_report.yml

* Update feature---enhancement-request.md
This commit is contained in:
Roman Kelesidis 2025-01-26 16:17:30 +03:00 committed by GitHub
commit 268f79d725
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 18 deletions

View file

@ -1,7 +1,7 @@
name: Bug Report name: Bug Report
description: File a bug report description: File a bug report
title: "[Bug]" title: "[Bug]"
labels: Bug,Fund labels: Bug
body: body:
- type: markdown - type: markdown
attributes: attributes:

View file

@ -0,0 +1,7 @@
---
name: Feature / Enhancement request
about: Suggest an idea for TorrentPier
title: "[Feature]"
labels: Feature, Enhancement
assignees: ''
---

View file

@ -1,17 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.