feat: add issue template

This commit is contained in:
mrxiaozhuox 2022-01-28 10:02:45 +08:00
parent faf87ce316
commit 6df36feb70

28
.github/ISSUE_TEMPLATE/core_problem.md vendored Normal file
View file

@ -0,0 +1,28 @@
---
name: Core Development Issue
about: Something that doesn't directly relate to the platform
---
## Enviroment
> development enviroment info.
- dioxus version:
- dioxus feature: ["web", "desktop", ..."]
- rust version:
## Error Info
> verbose error information.
```
```
## Bad Code
> the code where error occurred.
```rust
```