Skip to content

Commit

Permalink
add codesandbox ttemplate for issues (#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov authored and Andarist committed Jun 10, 2018
1 parent 5f5cb8a commit 1396162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -23,6 +23,7 @@ https://github.com/redux-saga/redux-saga/issues

#### Example
To help us to identify a problem faster, please provide repository with an example or use [Code Sandbox](https://codesandbox.io/)
(there is a [prepared template](https://codesandbox.io/s/0q9yzno0zv?module=%2Fsrc%2Fsagas%2Findex.js) for Code Sandbox)

### Actual results

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/custom.md
Expand Up @@ -16,4 +16,4 @@ https://stackoverflow.com/questions/tagged/redux-saga

### Description
Please provide some context about the problem and some code examples if relevant.
The best way to provide an example is repository or use [Code Sandbox](https://codesandbox.io/)
The best way to provide an example is repository or use [Code Sandbox](https://codesandbox.io/)(there is a [prepared template](https://codesandbox.io/s/0q9yzno0zv?module=%2Fsrc%2Fsagas%2Findex.js) for Code Sandbox)

0 comments on commit 1396162

Please sign in to comment.