feat: add issue template

This commit is contained in:
mrxiaozhuox 2022-01-28 09:56:56 +08:00
parent 08988e1bfe
commit faf87ce316
3 changed files with 71 additions and 0 deletions

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

@ -0,0 +1,28 @@
---
name: Desktop Platform Issue
about: The Problem with desktop platform
---
## Enviroment
> development enviroment info.
- system version:
- dioxus version:
- rust version:
## Error Info
> verbose error information.
```
```
## Bad Code
> the code where error occurred.
```rust
```

View file

@ -0,0 +1,16 @@
---
name: Feature Request
about: If you have any interesting advice, you can tell us.
---
## Specific Demand
<!--
What feature do you need, please describe it in detail.
-->
## Implement Suggestion
<!--
If you have any suggestion for complete this feature, you can tell us.
-->

27
.github/ISSUE_TEMPLATE/web.md vendored Normal file
View file

@ -0,0 +1,27 @@
---
name: Web(WASM) Platform Issue
about: The Problem with Web | WASM platform
---
## Enviroment
> development enviroment info.
- dioxus version:
- rust version:
## Error Info
> verbose error information.
```
```
## Bad Code
> the code where error occurred.
```rust
```