mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
* [skip ci] Add dependabot for updating depends automatically * Create bug-report.yaml * [skip ci]Update bug-report.yaml * [skip ci]Create feature-request.yaml * [skip ci]Update feature-request.yaml * Update .github/ISSUE_TEMPLATE/bug-report.yaml * format: remove trailing spaces --------- Co-authored-by: iffse <98851855+iffse@users.noreply.github.com> Co-authored-by: iff <iff@ik.me>
13 lines
331 B
YAML
13 lines
331 B
YAML
name: Feature Request
|
|
description: File a feature request
|
|
title: '[Feature Request]: '
|
|
labels:
|
|
- feature-request
|
|
body:
|
|
- type: textarea
|
|
id: feature-request-content
|
|
attributes:
|
|
label: What do you want us to work on?
|
|
description: Please let us know what do you think
|
|
validations:
|
|
required: true
|