-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2244ee8
commit 5ebb59c
Showing
3 changed files
with
53 additions
and
0 deletions.
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,24 @@ | ||
--- | ||
name: "Bug Report \U0001F41E" | ||
about: "Report a location4j bug \U0001F41E" | ||
title: "[BUG] " | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Bug Summary** | ||
|
||
A two or three sentence description of the bug | ||
|
||
**Reproduction Steps** | ||
- Sample Code | ||
- What functionality did the bug occur in? (function / method name)? | ||
- Expected output | ||
- Was an exception thrown? | ||
|
||
|
||
**Additional Information** | ||
- Java Version | ||
- OS | ||
- location4j Version |
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,15 @@ | ||
--- | ||
name: "Feature request \U0001FA9B" | ||
about: Suggest a feature for location4j | ||
title: "[FEATURE] " | ||
labels: "feature \U0001FA9B" | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is the feature related to location lookups** | ||
- Yes / no (if no why would this be a good feature) | ||
- Would this feature break the location4J API? | ||
|
||
**Link to a Pull Request** | ||
If a pull request is available for this feature, please link it. |
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,14 @@ | ||
--- | ||
name: Question | ||
about: For questions or support using location4j | ||
title: '' | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Question** | ||
- Please give as much detail as possible | ||
- Use case | ||
|
||
**Sample code** |