Skip to content

Commit 03d49f8

Browse files
committed
backport templates from master to 2.13 (now default branch)
1 parent e6c46df commit 03d49f8

File tree

4 files changed

+68
-0
lines changed

4 files changed

+68
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: If you find something that does not work the way it should
4+
title: ''
5+
labels: to-evaluate
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Version information**
14+
Which Jackson version(s) was this for?
15+
16+
**To Reproduce**
17+
If you have a way to reproduce this with:
18+
19+
1. Brief code sample/snippet: include here in preformatted/code section
20+
2. Longer example stored somewhere else (diff repo, snippet), add a link
21+
3. Textual explanation: include here
22+
23+
**Expected behavior**
24+
If reproduction itself needs further explanation, you may also add more details here.
25+
26+
**Additional context**
27+
Add any other context about the problem here.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Documentation request
3+
about: If you have a great idea of how to improve documentation...
4+
title: ''
5+
labels: to-evaluate
6+
assignees: ''
7+
8+
---
9+
10+
**Which part of documentation is missing, incorrect or out of date? Please describe.**
11+
You may suggest changes, deletions, additions.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an improvement to an existing feature, or propose new one
4+
title: ''
5+
labels: to-evaluate
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is.
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen
15+
16+
**Usage example**
17+
If you have a clear idea of how to use proposed new/modified feature, please show an example.
18+
19+
**Additional context**
20+
Add any other context about the feature request here.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Something Else
3+
about: If none of the other options is a match, please use this template
4+
title: ''
5+
labels: to-evaluate
6+
assignees: ''
7+
8+
---
9+
10+

0 commit comments

Comments
 (0)