-
-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
61 additions
and
31 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
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
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 |
---|---|---|
@@ -1,12 +1,16 @@ | ||
name: 💡 Feature Request | ||
name: 💡 Feature Request (RFC) | ||
description: Suggest an idea for this project | ||
title: '💡 <TITLE>' | ||
title: '💡 ' | ||
labels: ['feature request'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
<!-- | ||
Use common sense and provide the necessary information to explain why | ||
the feature is useful to you and to others. Thanks! | ||
--> | ||
value: | ||
Use common sense and provide the necessary information to explain why | ||
the feature is useful to you and to others. Thanks! | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Suggest an idea for this project | ||
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 |
---|---|---|
@@ -1,12 +1,16 @@ | ||
name: 🧩 Everything Else | ||
description: Discuss anything related to Knip | ||
title: '🧩 <TITLE>' | ||
title: '🧩 ' | ||
labels: ['discussion'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
<!-- | ||
Feel free to discuss anything related to Knip. | ||
Just saying, there's also a Discord channel: https://discord.gg/r5uXTtbTpc | ||
--> | ||
value: | ||
Feel free to discuss anything related to Knip. By the way, there's also | ||
a [Discord channel](https://discord.gg/r5uXTtbTpc). | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Discuss anything related to Knip | ||
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