Skip to content

Commit

Permalink
docs: fill meta and enhancement issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Nov 3, 2023
1 parent cda53c1 commit 8aa673b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Enhancement Issue
description: Request improvements to the theme here!
labels: [ enhancement ]
body:
- type: checkboxes
attributes:
label: Is there an existing issue outlining your improvement?
description: Please search to see if your improvement has already been raised as an issue.
options:
- label: I have searched the existing issues and my improvement has not been raised yet.
required: true
- type: textarea
attributes:
label: What would you like to see added and/or changed?
description: Make sure to mention why you think this is an improvement!
placeholder: I think the the tree selection highlight should be lighter because...
validations:
required: true
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Meta Issue
description: Raise any issue regarding the repository here!
body:
- type: checkboxes
attributes:
label: Is there an existing issue outlining your problem?
description: Please search to see if an issue already exists for your problem.
options:
- label: I have searched the existing issues and they do not solve my problem.
required: true
- type: textarea
attributes:
label: Describe your issue.
description: Bugs such as missing highlights should be raised under a [Bug Report](https://github.com/catppuccin/jetbrains/issues/new?assignees=&labels=&template=bug.yml).
placeholder: The README is missing crucial information such as...
validations:
required: true

0 comments on commit 8aa673b

Please sign in to comment.