-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert: github issue template changes
refs: b274ab8
- Loading branch information
1 parent
fa66a17
commit 501781b
Showing
2 changed files
with
37 additions
and
32 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 |
---|---|---|
@@ -1,48 +1,53 @@ | ||
--- | ||
name: Bug report | ||
description: Report a bug | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Describe the issue | ||
<!-- Add a clear and concise description about the issue --> | ||
**Describe the issue** | ||
<!-- Add a clear and concise description about the issue--> | ||
|
||
|
||
### To Reproduce | ||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
<!-- | ||
<!-- | ||
You can use this [codesandbox](https://codesandbox.io/p/sandbox/elastic-charts-playground-gmnjx9?file=%2Fsrc%2FApp.tsx) to create a meaningful reproducible example if it is not possible to reproduce it through storybook or via an online public accessible app | ||
--> | ||
|
||
### Expected behaviour | ||
<!-- A clear and concise description of what you expected to happen --> | ||
|
||
### Screenshots | ||
<!-- Add screenshots to help explain your problem or delete the section if not applicable --> | ||
**Expected behaviour** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
<!-- Add screenshots to help explain your problem or delete the section if not applicable--> | ||
|
||
### Version (please complete the following information): | ||
**Version (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser: [e.g. chrome, safari] | ||
- Elastic Charts: [e.g. 1.0.1] | ||
|
||
### Additional context | ||
<!-- Add any other context about the problem here --> | ||
**Additional context** | ||
Add any other context about the problem here. | ||
|
||
**Errors in browser console** | ||
<!-- Add any console error related to the issues or delete the section if not applicable--> | ||
|
||
|
||
**Kibana Cross Issues** | ||
<!-- Add any [Kibana](https://github.com/elastic/kibana) related issues here or delete the section if not applicable--> | ||
|
||
### Errors in browser console | ||
<!-- Add any console error related to the issues or delete the section if not applicable --> | ||
|
||
### Kibana Cross Issues | ||
<!-- Add any [Kibana](https://github.com/elastic/kibana) related issues here or delete the section if not applicable --> | ||
|
||
### Checklist | ||
<!-- Delete any items that are not applicable to this issue --> | ||
**Checklist** | ||
<!-- Delete any items that are not applicable to this issue. --> | ||
- [ ] The proper **chart type** label has been added (e.g. `:xy`, `:partition`) | ||
- [ ] The proper **feature** labels have been added (e.g. `:interactions`, `:axis`) | ||
- [ ] Every related Kibana issue is listed under `Kibana Cross Issues` list and the `kibana cross issue` tag is applied |
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