Skip to content

Commit 017a533

Browse files
committed
docs: restore issue templates
1 parent 90ebdc9 commit 017a533

5 files changed

Lines changed: 45 additions & 58 deletions

File tree

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/Feature_request.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Enhance the search-UI
3+
about: Everything related to the front end library
4+
---
5+
6+
<!--
7+
Thanks for participating in this project!
8+
Please:
9+
- make sure you are using the latest version of the library.
10+
- do at least one GitHub search in current issues, maybe your question is already here
11+
-->
12+
13+
**Do you want to request a _feature_ or report a _bug_?**
14+
15+
**What is the current behavior?**
16+
17+
**If the current behavior is a bug, please provide all the steps to reproduce and a minimal
18+
[JSFiddle][3] example or a repository on GitHub that we can `npm install`
19+
and `npm start`.**
20+
21+
**What is the expected behavior?**
22+
23+
[1]: https://typesense.org/docs/latest/guide/docsearch.html
24+
[2]: https://github.com/typesense/typesense-docsearch-scraper
25+
[3]: https://jsfiddle.net/
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Issue with your own DocSearch implementation
3+
about: Everything related to your own custom DocSearch index having a configuration
4+
---
5+
6+
**Is your issue related to your own DocSearch implementation?**
7+
8+
- If it is a styling issue regarding your search-UI, you are in the good place, you can remove this section.
9+
- If the issue is due to a wrong individual crawl:
10+
11+
Please [try to update your configuration][1]. Our [dedicated documentation welcomes any feedback][2]. If it is not solving it, please open an issue on the scraper repository.
12+
13+
If you are using our DocSearch on your own, please note that we will help you in the best effort possible.
14+
15+
- What is the dropdown version you are using?
16+
- What is the scraper version you are using?
17+
- Could you share us the configuration file you are using?
18+
19+
[1]: https://typesense.org/docs/latest/guide/docsearch.html
20+
[2]: https://github.com/typesense/typesense-docsearch-scraper

0 commit comments

Comments
 (0)