diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1380ca150..c9b96418a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 312e5f686..47057a741 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -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)