Skip to content

Commit e7aaa58

Browse files
committed
Backport issue template to work with new default branch
1 parent 20d8d0c commit e7aaa58

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

.github/ISSUE_TEMPLATE.md

+17-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
We appreciate issues as very valuable contributions, but just to make sure here are things that are important to do before filing an issue:
1+
We appreciate issues as very valuable contributions, but just to make sure here are things that are important to do before filing an issue.
22

3-
* Only report issues (and perhaps request new features, FEATURE):,Usage Questions should be asked on [Jackson-users](https://groups.google.com/forum/#!search/jackson-users) list -- you are more likely to get help that way (and we will promptly close questions-as-issues)
4-
* Check to see if this issue has already been reported (quick glance at existing issues): no deep search necessary, just quick sanity check
3+
First, and foremost: THIS IS NOT A GENERAL-PURPOSES SUPPORT FORUM FOR ASKING QUESTIONS.
4+
For questions you will instead want to use one of these resources
5+
6+
- https://groups.google.com/forum/#!forum/jackson-user
7+
- https://gitter.im/FasterXML/jackson-databind
8+
9+
so please go there for anything other than bug reports and feature/improvement suggestions.
10+
You are more likely to get help that way (we will usually close questions-as-issues)
11+
12+
We would also appreciate if you:
13+
14+
* Check to see if this issue has already been reported (quick glance at existing issues)
15+
* no deep search necessary, just a quick sanity check
516
* Include version information for Jackson version you use
617
* (optional but highly recommended) Verify that the problem occurs with the latest patch of same minor version; and even better, if possible, try using the latest stable patch version
7-
* For example: if you observe an issue with version `2.4.1`, first upgrade to `2.4.6` to ensure problem has not already been fixed.
18+
* For example: if you observe an issue with version `2.9.3`, first upgrade to `2.9.9` to ensure problem has not already been fixed.
19+
20+
With that, let's hear what problem you are having & thank you in advance for reporting it!

0 commit comments

Comments
 (0)