Skip to content

Commit 96e66c8

Browse files
committed
chore: tune issue templates (#961)
1 parent 84f20de commit 96e66c8

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ body:
77
attributes:
88
value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible.
99

10+
- type: markdown
11+
attributes:
12+
value: ⚠️ react-chartjs-2 is just the wrapper around Chart.js, so if you are experiencing an issue with charts rendering, please create a related issue in [Chart.js repository](https://github.com/chartjs/Chart.js/issues).
13+
1014
- type: checkboxes
1115
id: input1
1216
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ blank_issues_enabled: false
33
contact_links:
44
- name: 🤔 Have a Question?
55
url: https://stackoverflow.com/questions/tagged/react-chartjs-2
6-
about: Feel free to ask questions on Stack Overflow
6+
about: Feel free to ask questions on Stack Overflow.
7+
- name: 📊 Have a Problem With Chart.js?
8+
url: https://github.com/chartjs/Chart.js/issues
9+
about: react-chartjs-2 is just the wrapper around Chart.js, so if you are experiencing an issue with charts rendering, please create a related issue in Chart.js repository.

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ body:
66
attributes:
77
value: Thanks for taking the time to suggest a new feature! Please fill out this form as completely as possible.
88

9+
- type: markdown
10+
attributes:
11+
value: ⚠️ react-chartjs-2 is just the wrapper around Chart.js, so if you are experiencing an issue with charts rendering, please create a related issue in [Chart.js repository](https://github.com/chartjs/Chart.js/issues).
12+
913
- type: checkboxes
1014
id: input1
1115
attributes:

0 commit comments

Comments
 (0)