mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Convert feature request to issue form
This commit is contained in:
parent
665b6dd7e7
commit
47a8a174e6
2 changed files with 37 additions and 20 deletions
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: 'enhancement'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**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.
|
37
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
37
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
name: "Feature request"
|
||||
description: "Suggest an idea for this project"
|
||||
|
||||
labels:
|
||||
- "enhancement"
|
||||
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
id: "problem"
|
||||
attributes:
|
||||
label: "Problem I have"
|
||||
description: |-
|
||||
If your request is related to a problem, please provide a clear and concise description of what the problem is.
|
||||
placeholder: |-
|
||||
I'm always frustrated when [...]
|
||||
|
||||
- type: textarea
|
||||
id: "solution"
|
||||
attributes:
|
||||
label: "Solution I'd like"
|
||||
description: |-
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
- type: textarea
|
||||
id: "alternatives"
|
||||
attributes:
|
||||
label: "Alternatives considered"
|
||||
description: |-
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
- type: textarea
|
||||
id: "other"
|
||||
attributes:
|
||||
label: "Other"
|
||||
description: |-
|
||||
Anything you want to add?
|
Loading…
Reference in a new issue