Skip to content

Commit

Permalink
Adding issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaytotomato authored Jul 24, 2024
1 parent 2244ee8 commit 5ebb59c
Showing 3 changed files with 53 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report-🐞.md
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
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request-🪛.md
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.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
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**

0 comments on commit 5ebb59c

Please sign in to comment.