-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Thanks for using react-bootstrap-typeahead and for reporting an issue! To submit a bug report, please fill out the template below. Better yet, submit a pull request that introduces a failing test due to the bug :) | ||
Do not simply delete this template or your issue will be closed. Issues without required information will be closed. | ||
Usage questions | ||
====================== | ||
Unless you believe you've encountered a bug or want to request a feature, the issue tracker isn't the right place for getting help with your code. This format is not well-suited for Q&A, and questions here don't have as much visibility as they do elsewhere. Before you ask a question, here are some resources to get help first: | ||
- Read the docs: https://github.com/ericgio/react-bootstrap-typeahead/tree/master/docs | ||
- Try the examples: http://ericgio.github.io/react-bootstrap-typeahead/ | ||
- Look for/ask questions on StackOverflow: https://stackoverflow.com/questions/ask?tags=react-bootstrap-typeahead | ||
--> | ||
### Version | ||
|
||
<!-- Be sure to double-check your installed version, as it may differ from the version listed in your package.json --> | ||
|
||
### Steps to reproduce | ||
|
||
<!-- Please provide DETAILED steps or better yet, a minimal repro case. If I can't reproduce the problem based on the information you provide, your issue will be closed. --> | ||
|
||
### Expected Behavior | ||
|
||
<!-- Describe what you would have expected. --> | ||
|
||
### Actual Behavior | ||
|
||
<!-- Describe what went wrong. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: feature request | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Thanks for using react-bootstrap-typeahead and for taking the time to request a feature! | ||
Usage questions | ||
====================== | ||
Unless you believe you've encountered a bug or want to request a feature, the issue tracker isn't the right place for getting help with your code. This format is not well-suited for Q&A, and questions here don't have as much visibility as they do elsewhere. Before you ask a question, here are some resources to get help first: | ||
- Read the docs: https://github.com/ericgio/react-bootstrap-typeahead/tree/master/docs | ||
- Try the examples: http://ericgio.github.io/react-bootstrap-typeahead/ | ||
- Look for/ask questions on StackOverflow: https://stackoverflow.com/questions/ask?tags=react-bootstrap-typeahead | ||
--> | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**How is this solution useful to others?** | ||
Does your feature address a common use case? Does it provide a more generalized way to solve the type of problem you're encountering? | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context, sample code, or screenshots about the feature request here. |