junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
63.4k stars 2.36k forks source link

chore: Add new option in issue checklist and modify requirements #3715

Closed LangLangBart closed 4 months ago

LangLangBart commented 4 months ago

description

# open 'fzf' man page as a PDF

# macos Ventura+
mandoc -T pdf "$(man -w fzf)" | open -fa Preview
# prior to Ventura
man -t fzf | open -fa "Preview"
junegunn commented 4 months ago

Thanks a lot.

  • Currently, the man page is approximately 20-30 PDF pages long

The point is to prevent users from 1. opening feature requests for features that already exist, 2. asking questions that can easily be answered just by looking at the man page or searching for related issues. We don't owe users anything and our time is precious. By opening an issue, they are demading our limited time and attention for free, so they should at least do some research on their own before doing so.

But yeah, even so we're probably asking for too much (especially for obvious bug reports). Can there be a happy middle ground?

junegunn commented 4 months ago

Anyway, merging this, thanks!

LangLangBart commented 4 months ago

By opening an issue, they are demading our limited time and attention for free, so they should at least do some research on their own before doing so.

Absolutely.

Humor can help nudge someone into doing the right thing.

It turns out that images can be used in an issue template. 😀