diff options
author | Wladimir Kirianov <wladefant@gmail.com> | 2023-02-02 21:53:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 21:53:45 +0000 |
commit | f92830088c222a8ef975a43cdf0497c8049163f2 (patch) | |
tree | 603243d2fa6e210e95748ba72a18b2b902e11c9b /.github | |
parent | 20f946539188aeb994a8ea0c0349356ac33198c6 (diff) | |
download | infinity-for-reddit-f92830088c222a8ef975a43cdf0497c8049163f2.tar infinity-for-reddit-f92830088c222a8ef975a43cdf0497c8049163f2.tar.gz infinity-for-reddit-f92830088c222a8ef975a43cdf0497c8049163f2.tar.bz2 infinity-for-reddit-f92830088c222a8ef975a43cdf0497c8049163f2.tar.lz infinity-for-reddit-f92830088c222a8ef975a43cdf0497c8049163f2.tar.xz infinity-for-reddit-f92830088c222a8ef975a43cdf0497c8049163f2.tar.zst infinity-for-reddit-f92830088c222a8ef975a43cdf0497c8049163f2.zip |
add a clearer description to the addition context textarea
Diffstat (limited to '.github')
-rw-r--r-- | .github/DISCUSSION_TEMPLATE/ideas.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/DISCUSSION_TEMPLATE/ideas.yml b/.github/DISCUSSION_TEMPLATE/ideas.yml index 00943669..93dde0c8 100644 --- a/.github/DISCUSSION_TEMPLATE/ideas.yml +++ b/.github/DISCUSSION_TEMPLATE/ideas.yml @@ -41,7 +41,7 @@ body: id: additional attributes: label: Additional context - description: Please add any other context, screenshots or mockups about the feature request here. + description: Add your use-case, screenshots, mock-up, or anything else you think might be helpful. placeholder: I think this would be a great addition because... validations: required: true |