Skip to content

Commit 3591732

Browse files
Create ISSUE_TEMPLATE.md
1 parent 64fd50e commit 3591732

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Thanks for filing a bug! To save time, if you're having trouble using the library, please check off the items you have tried. If you are just asking a question, skip right to the bottom.
2+
3+
### Please verify these steps before filing an issue, and check them off as you go
4+
- [ ] The relevant native JavascriptEngineSwitcher library packages are installed (such as `JavaScriptEngineSwitcher.V8.Native.win-x64`)
5+
- [ ] The VC++ 2017 runtime is installed
6+
- [ ] The value of `SetUseReact` and `SetUseBabel` is correct in `ReactConfig.cs` or `Startup.cs`
7+
- [ ] I've looked at the sample projects in this repo to verify that my app is configured correctly
8+
9+
### I'm using these library versions:
10+
- `ReactJS.NET`:
11+
- `JavaScriptEngineSwitcher`:
12+
- `react` and `react-dom`: (N/A if using bundled react, or version number)
13+
- `webpack`: (N/A if using bundled react)
14+
- `node`: (N/A if using bundled react)
15+
16+
### Runtime environment:
17+
- OS: (Mac, Windows, Linux flavor. Include 32-bit/64-bit and version)
18+
- .NET Framework or .NET Core Version:
19+
20+
### Steps to reproduce
21+
22+
-------
23+
24+
(Describe your issue here)

0 commit comments

Comments
 (0)