diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2016-04-27 19:47:50 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2016-04-27 19:47:50 -0400 |
commit | dbdc4b761b51c59c90e05fe2fb8977d2182ba992 (patch) | |
tree | b6eea5e223e5dca4881158009374e7decf0ed5fd /.github | |
parent | d6e99d9b5edd10170af913ae5fb7c71e2e802475 (diff) | |
download | jquery-dbdc4b761b51c59c90e05fe2fb8977d2182ba992.tar.gz jquery-dbdc4b761b51c59c90e05fe2fb8977d2182ba992.zip |
Docs: Add FAQ to reduce noise in issues
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b2b19f81f..d8682673b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -12,6 +12,9 @@ Bug Reports: Provide a *minimal* test case, see https://webkit.org/test-case-reduction/ Use the latest shipping version of jQuery in your test case! We prefer test cases on http://jsbin.com or http://jsfiddle.net + +Frequently Reported Issues: + * Selectors with '#' break: See https://github.com/jquery/jquery/issues/2824 --> ** Description** |