Skip to content

Commit 45fa32d

Browse files
chore(github): update issue templates (#368)
1 parent e4ad345 commit 45fa32d

File tree

4 files changed

+52
-36
lines changed

4 files changed

+52
-36
lines changed

.github/ISSUE_TEMPLATE.md

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

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Help us improve Autocomplete.
4+
---
5+
6+
## Description
7+
8+
<!-- Describe the bug. -->
9+
10+
## Reproduction
11+
12+
<!-- Fork the sandbox, reproduce the bug and paste the URL. -->
13+
14+
[**Preview →**](https://codesandbox.io/s/github/algolia/create-instantsearch-app/tree/templates/autocomplete.js)
15+
16+
**Steps**
17+
18+
1. Go to `...`
19+
2. Click on `...`
20+
3. Scroll down to `...`
21+
4. See error
22+
23+
## Expected behavior
24+
25+
<!-- A clear and concise description of what you expected to happen. -->
26+
27+
## Environment
28+
29+
- OS: [e.g. Windows / Linux / macOS / iOS / Android]
30+
- Browser: [e.g. Chrome, Safari]
31+
- Autocomplete version: [e.g. 0.38.0]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for Autocomplete.
4+
---
5+
6+
<!--
7+
/!\ Autocomplete.js v0 is in maintenance mode and won't provide new features.
8+
This feature request will be considered for Autocomplete.js v1.
9+
-->
10+
11+
## Describe the problem
12+
13+
<!-- Explain why a new feature is required. -->
14+
15+
## Describe the solution
16+
17+
<!-- Explain what your solution would look like. -->
18+
19+
## Alternatives you've considered
20+
21+
<!-- Is the proposed solution not the only one you've thought about? Please tell us more! -->

.github/PULL_REQUEST_TEMPLATE.md

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

0 commit comments

Comments
 (0)