-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add GitHub issue templates * Adjust bug report issue template
- Loading branch information
1 parent
b0f3237
commit 7cfdf44
Showing
4 changed files
with
74 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
name: Bug report | ||
about: Report a Gson bug. | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Gson version | ||
<!-- Gson version you are using, for example '2.8.8' --> | ||
|
||
|
||
# Java / Android version | ||
<!-- Version of the Java or Android platform on which the bug occurred --> | ||
|
||
|
||
# Used tools | ||
<!-- List relevant build tools and plugins with version number here which might affect Gson --> | ||
- [ ] Maven; version: | ||
- [ ] Gradle; version: | ||
- [ ] ProGuard (attach the configuration file please); version: | ||
- [ ] ... | ||
|
||
# Description | ||
<!-- Describe the bug you experienced --> | ||
|
||
|
||
## Expected behavior | ||
<!-- What behavior did you expect? --> | ||
|
||
|
||
## Actual behavior | ||
<!-- What happened instead? --> | ||
|
||
|
||
# Reproduction steps | ||
<!-- Provide exact reproduction steps for reproducing the bug --> | ||
<!-- Provide a short code snippet or link to a demo project --> | ||
|
||
1. ... | ||
2. ... | ||
|
||
# Exception stack trace | ||
<!-- In case an exception occurred, paste the COMPLETE exception stack trace in the code block below or attach it as file --> | ||
|
||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
contact_links: | ||
- name: Usage question | ||
url: https://stackoverflow.com/questions/tagged/gson | ||
about: Ask usage questions on StackOverflow. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Request a feature. ⚠️ Gson is in maintenance mode; large feature requests might be rejected. | ||
title: '' | ||
labels: feature-request | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Problem solved by the feature | ||
<!-- Describe which problem the requested feature solves --> | ||
|
||
|
||
# Feature description | ||
<!-- Describe the feature --> | ||
|
||
|
||
# Alternatives / workarounds | ||
<!-- Describe alternatives or workarounds in case you are aware of any --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters