Skip to content

Commit

Permalink
chore(GitHub): update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSharpieOne committed Jul 17, 2018
1 parent c1374b4 commit f0f4495
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report
about: Create a report to help us improve

---

- components: `name`
- reactstrap version `#x.x.x`
- import method `umd/csj/es` <!-- (if umd, are you using the "full" version (only for v5+)?) -->
- react version `#x.x.x`
- bootstrap version `#x.x.x`

### What is happening?

<!-- describe what it is doing -->

### What should be happening?

<!-- describe what you expect it to do. -->

### Steps to reproduce issue

1. ...
2. ...

### Error message in console

```
paste error message with stacktrack here
```

### Code

<!--
Fork the link and update it to demonstrate your issue.
https://stackblitz.com/edit/reactstrap?file=Example.js
and/or add the code which causes the issue directly here
-->

0 comments on commit f0f4495

Please sign in to comment.