Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 1706d8d

Browse files
committed
docs: Add Issue Template
1 parent 062286b commit 1706d8d

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!--
2+
***************************
3+
Thanks for participating in this project!
4+
5+
This form is to report issues or new features.
6+
As for general questions like "How to hide results when the query is empty?",
7+
please search or post a question to our discourse forum: https://discourse.algolia.com/.
8+
9+
In any case,
10+
- make sure you are using the latest version of the library;
11+
- do at least one search in current issues or questions, your question might already be answered;
12+
- do include details, screenshots when it's a visual issue, LogCat errors or stack trace otherwise;
13+
***************************
14+
-->
15+
16+
**Do you want to request a *feature* or report a *bug*?**
17+
18+
<!--
19+
***************************
20+
If the current behavior is a bug, please provide all the steps to reproduce and a minimal
21+
code example or a repository on GitHub that we can test using gradle.
22+
23+
If you are requesting a new feature, we need to understand WHY would you
24+
need this feature (your use case) or how you are limited with the current API.
25+
***************************
26+
-->
27+
28+
**Bug: What is the current behavior?**
29+
30+
**Bug: What is the expected behavior?**
31+
32+
**Bug: What browsers are impacted? Which versions?**
33+
34+
**Bug: What is the proposed solution?**
35+
36+
**Feature: What is your use case for such a feature?**
37+
38+
**Feature: What is your proposed API entry? The new option to add? What is the behavior?**
39+
40+
**What is the version you are using? Always try to use the latest one before opening a bug issue.**
41+
42+
<!-- Delete any HTML comment and non relevant questions -->
43+

0 commit comments

Comments
 (0)