mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
feat: add issue
template
This commit is contained in:
parent
08988e1bfe
commit
faf87ce316
3 changed files with 71 additions and 0 deletions
28
.github/ISSUE_TEMPLATE/desktop.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/desktop.md
vendored
Normal 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
|
||||
|
||||
```
|
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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
27
.github/ISSUE_TEMPLATE/web.md
vendored
Normal 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
|
||||
|
||||
```
|
Loading…
Reference in a new issue