-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fill
meta
and enhancement
issue templates
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |