mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
convert feature request from markdown to yaml
This commit is contained in:
parent
46b0891d79
commit
2ee9668c1c
2 changed files with 43 additions and 31 deletions
31
.github/ISSUE_TEMPLATE/feature_request.md
vendored
31
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,31 +0,0 @@
|
||||||
---
|
|
||||||
name: Feature request
|
|
||||||
about: Suggest an idea for jrnl
|
|
||||||
title: ''
|
|
||||||
labels: ":new:, enhancement"
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Feature Request
|
|
||||||
<!--
|
|
||||||
Hello, and thank you for reporting an issue!
|
|
||||||
Please fill out the points below, as it will make our process much easier.
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Use Case/Motivation
|
|
||||||
<!--
|
|
||||||
What is the motivation / use case for changing the behavior?
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Example Usage
|
|
||||||
<!--
|
|
||||||
Please provide examples of the usage you would like to see.
|
|
||||||
e.g `jrnl --new-flag="super cool new feature"`
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Other information
|
|
||||||
<!--
|
|
||||||
Please provide any other relevant info about this request (e.g. stacktraces,
|
|
||||||
related issues, suggestions how to fix, etc)
|
|
||||||
-->
|
|
43
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
43
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
name: Feature Report
|
||||||
|
description: Suggest an idea for jrnl
|
||||||
|
title: "Feature Report"
|
||||||
|
labels: [ ":new:", "enhancement" ]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
# Feature Request
|
||||||
|
Hello, and thank you for reporting an issue!
|
||||||
|
|
||||||
|
Please fill out the points below, as it will make our process much easier.
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: user-case
|
||||||
|
attributes:
|
||||||
|
label: Use Case/Motivation
|
||||||
|
description: What is the motivation / use case for changing the behavior?
|
||||||
|
placeholder: Tell us about your idea
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: example-usage
|
||||||
|
attributes:
|
||||||
|
label: Example Usage
|
||||||
|
description: Please provide examples of the usage you would like to see.
|
||||||
|
placeholder: e.g `jrnl --new-flag="super cool new feature"`
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: other-info
|
||||||
|
attributes:
|
||||||
|
label: Other Information
|
||||||
|
description: >
|
||||||
|
Is there anything else we should know?
|
||||||
|
|
||||||
|
(e.g. more detailed explanation, stacktraces, related
|
||||||
|
issues, suggestions how to fix, links for us to have context, eg.
|
||||||
|
stackoverflow, gitter, etc)
|
||||||
|
validations:
|
||||||
|
required: false
|
Loading…
Add table
Reference in a new issue