Prechádzať zdrojové kódy

feat: add `issue` template

mrxiaozhuox 3 rokov pred
rodič
commit
faf87ce316

+ 28 - 0
.github/ISSUE_TEMPLATE/desktop.md

@@ -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 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -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 - 0
.github/ISSUE_TEMPLATE/web.md

@@ -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
+
+```