Skip to content

Commit f49c9ea

Browse files
benmccannsimonbrunel
authored andcommitted
Add a note about how to include an example against master (chartjs#6107)
1 parent ac9cabd commit f49c9ea

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/ISSUE_TEMPLATE/BUG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,20 @@ labels: 'type: bug'
2121
<!-- Tell us what happens instead of the expected behavior -->
2222

2323
## Possible Solution
24-
<!-- Not obligatory, but suggest a fix/reason for the bug, -->
25-
<!-- or ideas how to implement the addition or change -->
24+
<!--
25+
Not obligatory, but suggest a fix/reason for the bug,
26+
or ideas how to implement the addition or change
27+
-->
2628

2729
## Steps to Reproduce (for bugs)
2830
<!--
2931
Provide a link to a live example. Bug reports MUST be submitted with an
3032
interactive example (https://codepen.io/pen?template=JXVYzq).
33+
34+
If filing a bug against `master`, you may reference the latest code via
35+
https://www.chartjs.org/dist/master/Chart.min.js (changing the filename to
36+
point at the file you need as appropriate). Do not rely on these files for
37+
production purposes as they may be removed at any time.
3138
-->
3239

3340
## Context

docs/developers/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ Guidelines for reporting bugs:
7272

7373
- Check the issue search to see if it has already been reported
7474
- Isolate the problem to a simple test case
75-
- Please include a demonstration of the bug on a website such as [JS Bin](https://jsbin.com/), [JS Fiddle](https://jsfiddle.net/), or [Codepen](https://codepen.io/pen/). ([Template](https://codepen.io/pen?template=JXVYzq))
75+
- Please include a demonstration of the bug on a website such as [JS Bin](https://jsbin.com/), [JS Fiddle](https://jsfiddle.net/), or [Codepen](https://codepen.io/pen/). ([Template](https://codepen.io/pen?template=JXVYzq)). If filing a bug against `master`, you may reference the latest code via https://www.chartjs.org/dist/master/Chart.min.js (changing the filename to point at the file you need as appropriate). Do not rely on these files for production purposes as they may be removed at any time.
7676

7777
Please provide any additional details associated with the bug, if it's browser or screen density specific, or only happens with a certain configuration or data.

0 commit comments

Comments
 (0)