mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
feat: add issue
template
This commit is contained in:
parent
faf87ce316
commit
6df36feb70
1 changed files with 28 additions and 0 deletions
28
.github/ISSUE_TEMPLATE/core_problem.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/core_problem.md
vendored
Normal 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
|
||||
|
||||
```
|
Loading…
Reference in a new issue