forked from glitch-soc/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .github/ISSUE_TEMPLATE/4.misc.yml
- Loading branch information
1 parent
ce2dcab
commit fe681fc
Showing
1 changed file
with
21 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,21 @@ | ||
name: Misc | ||
labels: [suggestion] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please use a concise and distinct title for the issue. | ||
Consider: Could you nerdsnipe someone upstream instead? | ||
- type: textarea | ||
attributes: | ||
label: Pitch or whatever | ||
description: Describe your thought. If it has already been suggested/implemented/turned down before, please link to where. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Motivation | ||
description: Why do you think this feature is needed? Who would benefit from it? | ||
validations: | ||
required: false |