Skip to content

Commit 748f6f8

Browse files
authored
Merge pull request #1 from highcharts-for-python/enhancement-bugreport-template
Added bug report template.
2 parents efe10f1 + 0f61b21 commit 748f6f8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: File a bug report to help us improve
4+
title: BUG
5+
labels: bug
6+
assignees: hcpchris
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. When I attempt '...' using the following code: '...'
16+
2. I receive '...'
17+
18+
**Expected behavior**
19+
A clear and concise description of what you expected to happen.
20+
21+
**Your Environment:**
22+
- OS: [e.g. Linux, Windows, etc.]
23+
- Python Version: [e.g. 3.10, 3.8, 3.11]
24+
- Highcharts JavaScript Version: [e.g. 10.2, 10.3, etc.]
25+
26+
**Additional context**
27+
Add any other context about the problem here.

0 commit comments

Comments
 (0)