Skip to content

Commit

Permalink
revert: github issue template changes
Browse files Browse the repository at this point in the history
refs: b274ab8
  • Loading branch information
nickofthyme committed Jun 10, 2024
1 parent fa66a17 commit 501781b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 32 deletions.
43 changes: 24 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.md
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
26 changes: 13 additions & 13 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
---
name: Feature request
description: Suggest a new feature enhancement
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---

### Is your feature request related to a problem?
<!-- A clear and concise description of what the problem is. For example, I'm always frustrated when... -->
**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. -->
**Describe the solution you'd like**
A clear and concise description of what you want to happen.

### Describe alternatives you've considered
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
**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 or screenshots about the feature request here. -->
**Additional context**
Add any other context or screenshots about the feature request here.

### Kibana Cross Issues
<!-- Add any [Kibana](https://github.com/elastic/kibana) related issues/feature requests here. -->
**Kibana Cross Issues**
Add any [Kibana](https://github.com/elastic/kibana) related issues/feature requests here.

### Checklist
**Checklist**

<!-- Delete any items that are not applicable to this feature request. -->
Delete any items that are not applicable to this feature request.

- [ ] this request is checked against already exist requests
- [ ] every related Kibana issue is listed under `Kibana Cross Issues` list
Expand Down

0 comments on commit 501781b

Please sign in to comment.