Skip to content

Commit

Permalink
[no-changelog] update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Mar 8, 2021
1 parent 97d3761 commit 49f45a6
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,34 +46,14 @@ Example report:
- Chrome: ...
-->

**Electrode Version**
**Electrode Package Versions**

- Are you using `electrode-archetype-react-app` or `@xarc/app`? What is its version?
- Are you using subapp or the legacy redux-router-engine? Please provide versions of the following npm package if you use them:
- `subapp-react`
- `subapp-pbundle`
- `electrode-redux-router-engine`
In your package.json's `dependencies` and `devDependencies`, please copy all packages under the `@xarc` scope, the `subapp-*`, or the `electrode-*` packages.

To find the versions of the npm packages, please use `npm ls`.

Please run `npm ls subapp-react subapp-pbundle electrode-archetype-react-app @xarc/app electrode-redux-router-engine` and paste the output:

```
# paste npm ls output here
```

**Framework Version**

- Which of the following are you using? Please provide versions:
- React
- Preact
- Redux
- Redux-router

Please run `npm ls react react-dom redux react-router preact` and paste the output:
If you like, just copy all your dependencies.

```
# paste npm ls output here
# paste dependencies info here
```

**Additional context**
Expand Down

0 comments on commit 49f45a6

Please sign in to comment.