Skip to content

Commit

Permalink
feat: issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis committed Dec 11, 2024
1 parent e36317c commit 51e6be5
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Create Bug Report
description: Report a bug or something thats unintentional
labels: [bug]
body:
- type: input
id: version
attributes:
label: Version
description: What is version you're running?
placeholder: iOS 17.1
validations:
required: true
- type: textarea
id: detailed-description
attributes:
label: Start going into detail..
description:
placeholder: Feather doesn't .... properly, it just crashes.
validations:
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Create Feature Request
description: Request a feature for Feather
labels: [enhancement]
body:
- type: textarea
id: feature-request
attributes:
label: Feature Description
description:
placeholder: I want ... to be added to Feather, because ...
validations:
required: true
- type: textarea
id: detailed-description
attributes:
label: Start going into detail..
description:
placeholder: I think it should also include ..., because of convenience.
validations:
required: false

0 comments on commit 51e6be5

Please sign in to comment.