mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
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:
parent
42435f5dd9
commit
268f79d725
3 changed files with 8 additions and 18 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Bug Report
|
||||
description: File a bug report
|
||||
title: "[Bug]"
|
||||
labels: Bug,Fund
|
||||
labels: Bug
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
7
.github/ISSUE_TEMPLATE/feature---enhancement-request.md
vendored
Normal file
7
.github/ISSUE_TEMPLATE/feature---enhancement-request.md
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
name: Feature / Enhancement request
|
||||
about: Suggest an idea for TorrentPier
|
||||
title: "[Feature]"
|
||||
labels: Feature, Enhancement
|
||||
assignees: ''
|
||||
---
|
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue