Skip to content

Commit

Permalink
Create feature.yml
Browse files Browse the repository at this point in the history
[skip actions]
  • Loading branch information
israpps committed Jul 13, 2023
1 parent c054c8f commit c0a5c58
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Feature request
description: Ask/propose a new Feature
title: "[FR]: "
labels: [Feature Request]
assignees:
- israpps
body:
- type: markdown
attributes:
value: |
"Thanks for collaborating with the project! Please provide the following data:"
- type: checkboxes
id: other_checks
attributes:
label: other checks
description: check if necesary
options:
- label: "I've checked if such feature exists on [Latest version](https://github.com/israpps/PlayStation2-Basic-BootLoader/releases/)"
- label: "This Feature requires an update of [PS2SDK](https://github.com/ps2dev/ps2sdk)"

- type: textarea
id: explanation
attributes:
label: Explanation
description: What do you have in mind?
placeholder: Could you add...
value: "Could you add..."
validations:
required: true

0 comments on commit c0a5c58

Please sign in to comment.