Skip to content

Commit

Permalink
✨ Add feature request template
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Aug 21, 2023
1 parent 84ec5e5 commit 865a3ea
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ body:

- type: markdown
attributes:
value: Thank you for taking the time to report this bug.
value: Thank you for taking the time to report this bug!
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Feature Request
description: Create a feature request to enhance the experience using Dark Reader.
title: "✨ [Title here]"
labels: ["enhancement"]
body:
- type: textarea
attributes:
label: Feature Request Description
description: Provide a clear and concise description of this feature request with any problems and solutions.
validations:
required: true

- type: textarea
attributes:
label: Screenshots
description: Add screenshots to help explain this feature request, if applicable.
validations:
required: false

- type: textarea
attributes:
label: Additional Context
description: Provide any additional information about this feature request.
validations:
required: false

- type: markdown
attributes:
value: Thank you for taking the time to report this feature request!

0 comments on commit 865a3ea

Please sign in to comment.