From 7924f1d1a5bb116516ff5a10b339c3e4e1daf07b Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Tue, 4 Sep 2018 14:15:11 -0400 Subject: [PATCH] Docs: Triage: Usage question masquerading as a feature proposal [ci skip] --- doc/triage.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/triage.md b/doc/triage.md index 70d9fb92..c864c88b 100644 --- a/doc/triage.md +++ b/doc/triage.md @@ -25,3 +25,19 @@ Thanks for the bug report. All bug reports are required to use our [1]: https://github.com/paper-trail-gem/paper_trail/blob/master/.github/CONTRIBUTING.md [2]: https://github.com/paper-trail-gem/paper_trail/blob/master/.github/ISSUE_TEMPLATE/bug_report.md ``` + +## Usage question masquerading as a feature proposal + +``` +> Is there a way to X? If not, I want that feature. + +Hi _____, + +Due to limited volunteer time, we can't answer questions like "Is there a way +...". We ask you to do that research yourself, or use [StackOverflow][1]. We can +only accept feature proposals that have already done this research. + +Please do come back with a more concrete proposal. Thanks! + +[1]: https://stackoverflow.com/tags/paper-trail-gem +```