Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ If unsure if lib bug, use slack channel instead: https://join.slack.com/t/gridst
## Steps to reproduce
You **MUST** provide a working demo - keep it simple and avoid frameworks as that could have issues - you can use

plain html: https://stackblitz.com/edit/gridstack-angular
plain html: https://stackblitz.com/edit/gridstack-demo
Angular: https://stackblitz.com/edit/gridstack-angular

please don't use jsfiddle.net as my work now blocks that website.
https://jsfiddle.net/adumesny/jqhkry7g
please don't use [jsfiddle.net](https://jsfiddle.net/adumesny/jqhkry7g) as my work now blocks that website.


## Expected behavior
Tell us what should happen. If hard to describe, attach a video as well.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ GridStack.init();

...or see list of all [API and options](https://github.com/gridstack/gridstack.js/tree/master/doc) available.

see [jsfiddle sample](https://jsfiddle.net/adumesny/jqhkry7g) as running example too.
see [stackblitz sample](https://stackblitz.com/edit/gridstack-demo) as running example too.

## Requirements

Expand Down