]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add a note about how to include an example against master (#6107)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Sun, 3 Mar 2019 09:26:40 +0000 (01:26 -0800)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Sun, 3 Mar 2019 09:26:40 +0000 (10:26 +0100)
.github/ISSUE_TEMPLATE/BUG.md
docs/developers/contributing.md

index 90ebd643e2bcb723c9ce4f52293a1a4a745ddd61..1d9ca8c275460a9cdff4c89fc5205b333bb5aa99 100644 (file)
@@ -21,13 +21,20 @@ labels: 'type: bug'
 <!-- Tell us what happens instead of the expected behavior -->
 
 ## Possible Solution
-<!-- Not obligatory, but suggest a fix/reason for the bug, -->
-<!-- or ideas how to implement the addition or change -->
+<!--
+  Not obligatory, but suggest a fix/reason for the bug,
+  or ideas how to implement the addition or change
+-->
 
 ## Steps to Reproduce (for bugs)
 <!--
   Provide a link to a live example. Bug reports MUST be submitted with an
   interactive example (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.
 -->
 
 ## Context
index 15fc938ae095828d82ba6de90426dffe968a76f5..6180a3139bcb9db3186fb1f1403f8e7f13910456 100644 (file)
@@ -72,6 +72,6 @@ Guidelines for reporting bugs:
 
  - Check the issue search to see if it has already been reported
  - Isolate the problem to a simple test case
- - 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))
+ - 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.
 
 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.