forked from reactstrap/reactstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(GitHub): update issue templates
- Loading branch information
1 parent
c1374b4
commit f0f4495
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--> |