Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Did something not work?
---

## Bug description

> A clear and concise description of what the bug is.

## How to reproduce

> A list of the steps to reproduce the bug.

1. Run command: `...`
2. Select '...'
3. See error

## Expected behavior

> A clear and concise description of what you expected to happen.

## Screenshots

> If applicable, add screenshots to help explain your problem.

## Environment

- OS: name / version
- Create InstantSearch App version:
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature request
about: Would you like to add something?
---

## The problem

> A concise description of why you want a new feature.

## Solution

> A clear description of what you want to happen.

## Implementation

> Do you have an idea how it could be implemented?