Skip to content

Commit 524dd26

Browse files
committed
Add GitHub issue templates
1 parent 3b7835a commit 524dd26

File tree

4 files changed

+72
-1
lines changed

4 files changed

+72
-1
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Report a Gson bug.
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
# Gson version
11+
<!-- Gson version you are using, for example '2.8.8' -->
12+
13+
14+
# Java / Android version
15+
<!-- Version of the Java or Android platform on which the bug occurred -->
16+
17+
18+
# Used tools
19+
<!-- List relevant build tools here which might affect Gson -->
20+
- [ ] ProGuard
21+
- ...
22+
23+
# Description
24+
<!-- Describe the bug you experienced -->
25+
26+
27+
## Expected behavior
28+
<!-- What behavior did you expect? -->
29+
30+
31+
## Actual behavior
32+
<!-- What happened instead? -->
33+
34+
35+
# Reproduction steps
36+
<!-- Provide exact reproduction steps for reproducing the bug -->
37+
<!-- Provide a short code snippet or link to a demo project -->
38+
39+
1. ...
40+
2. ...
41+
42+
# Exception stack trace
43+
<!-- In case an exception occurred, paste the COMPLETE exception stack trace in the code block below or attach it as file -->
44+
45+
```
46+
47+
```

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contact_links:
2+
- name: Usage questions
3+
url: https://stackoverflow.com/questions/tagged/gson
4+
about: Ask usage questions on StackOverflow
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: Request a feature. ⚠️ Gson is in maintenance mode; large feature requests might be rejected.
4+
title: ''
5+
labels: feature-request
6+
assignees: ''
7+
8+
---
9+
10+
# Problem solved by the feature
11+
<!-- Describe which problem the requested feature solves -->
12+
13+
14+
# Feature description
15+
<!-- Describe the feature -->
16+
17+
18+
# Alternatives / workarounds
19+
<!-- Describe alternatives or workarounds in case you are aware of any -->
20+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Maven:
4040
* [Change log](https://github.com/google/gson/blob/master/CHANGELOG.md): Changes in the recent versions
4141
* [Design document](https://github.com/google/gson/blob/master/GsonDesignDocument.md): This document discusses issues we faced while designing Gson. It also includes a comparison of Gson with other Java libraries that can be used for Json conversion
4242

43-
Please use the 'gson' tag on StackOverflow or the [google-gson Google group](https://groups.google.com/group/google-gson) to discuss Gson or to post questions.
43+
Please use the ['gson' tag on StackOverflow](https://stackoverflow.com/questions/tagged/gson) or the [google-gson Google group](https://groups.google.com/group/google-gson) to discuss Gson or to post questions.
4444

4545
### Related Content Created by Third Parties
4646
* [Gson Tutorial](https://www.studytrails.com/java/json/java-google-json-introduction/) by `StudyTrails`

0 commit comments

Comments
 (0)