Skip to content

Commit d4d7793

Browse files
committed
Add templates
1 parent 4d10a4b commit d4d7793

File tree

4 files changed

+65
-0
lines changed

4 files changed

+65
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Test case or steps to reproduce the behavior or.
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
**Versions**
20+
Kotlin:
21+
Jackson-module-kotlin:
22+
Jackson-databind:
23+
24+
**Additional context**
25+
Add any other context about the problem here.
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 idea for this project
4+
title: ''
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
**Use case**
11+
A clear and concise description of what the use-case is. This will better help us understand the context in which you're looking for a new feature.
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Question
3+
about: Anything you're not sure about? Just ask us
4+
title: ''
5+
labels: 'question'
6+
assignees: ''
7+
8+
---
9+
10+
**Your question**
11+
Before asking your question, please check out docs.

.github/pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Thanks for submitting a pull request! Please ensure that you have based your code on [the correct branch](https://github.com/FasterXML/jackson-module-kotlin/#branches):
2+
3+
- The current stable release branch for bugfixes of limited scope
4+
- The upcoming [minor](https://semver.org) release branch for backwards compatible changes to existing functionality or addition of new functionality
5+
- `master` for significant changes to existing behavior
6+
7+
If you're unsure which branch to use, open an [issue](https://github.com/FasterXML/jackson-module-kotlin/issues) and ask, we're happy to talk over proposed changes.
8+
9+
Finally, to have your code merged you will have to fill out the [Contributor License Agreement](https://github.com/FasterXML/jackson/blob/master/contributor-agreement.pdf) and email a scan/photo of the result to info at fasterxml dot com.

0 commit comments

Comments
 (0)