Skip to content

Commit

Permalink
Update bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwitek committed Nov 16, 2019
1 parent 96cf7c2 commit 45bcfef
Showing 1 changed file with 34 additions and 9 deletions.
43 changes: 34 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,62 @@ about: Create a report to help us improve
---

## Description

<!-- A clear description of what the bug is -->

## Mandatory info
1. Are you extending internal types to enable type-free syntax with `createReducer`? (Check the docs [here](https://github.com/piotrwitek/typesafe-actions#extending-internal-types-to-enable-type-free-syntax-with-createreducer) if you're not sure)
<!-- Yes or No -->
2. Did you checked [compatibility notes](https://github.com/piotrwitek/typesafe-actions#compatibility-notes)?
<!-- Yes or No -->

## Steps to Reproduce
<!-- If you provide a codesandbox it will speed things up and your issue will be prioritized. -->
- [ ] Are you extending internal types to enable type-free syntax with `createReducer`?
<!-- Check the docs if you're not sure:
https://github.com/piotrwitek/typesafe-actions#extending-internal-types-to-enable-type-free-syntax-with-createreducer
-->
```ts
// If yes PASTE HERE your types.d.ts
```

- [ ] Did you checked [compatibility notes][1] and [migration guides][2]?

## How to Reproduce

<!-- You have two options, fill in a codesandbox template or provide full working code example. -->

**CodeSandbox to help you reproduce issue in isolation**
### CodeSandbox Link
<!--
Codesandbox will speed response time and your issue will be prioritized because it's easier to analyze:
https://codesandbox.io/s/github/piotrwitek/typesafe-actions/tree/master/codesandbox
-->
*(PASTE HERE your codesandbox link)*

<!-- If no codesandbox, then please provide a full working code example including actions, reducers and all necessary types so an example is complete. Code snippets out of context are not enough and your issue will not be valid. -->
### No CodeSandbox Link
If no codesandbox, then please provide a full working code example below including actions, reducers and your custom types used in the example.
<!-- Code snippets are not enough because they are out of context, to analyze your case we need a full working example. -->
```ts
// PASTE HERE your full working code example
```

## Expected behavior

<!-- A clear description of what you expected to happen -->

## Suggested solution(s)

<!-- How could we solve this bug. What changes would need to be made -->

## Project Dependencies

- Typesafe-Actions Version: X.X.X
- TypeScript Version: X.X.X
- tsconfig.json:
<!-- Paste contents of your tsconfig.json here -->
```ts
// PASTE HERE your tsconfig.json
```

## Environment (optional)
<!-- Fill if you think it's relevant to your issue -->
- Browser and Version: XXX
- OS: XXX
- Node Version: XXX
- Package Manager and Version: XXX

[1]: https://github.com/piotrwitek/typesafe-actions#compatibility-notes
[2]: https://github.com/piotrwitek/typesafe-actions#migration-guides

0 comments on commit 45bcfef

Please sign in to comment.