Pārlūkot izejas kodu

feat: add `issue` template

mrxiaozhuox 3 gadi atpakaļ
vecāks
revīzija
6df36feb70
1 mainītis faili ar 28 papildinājumiem un 0 dzēšanām
  1. 28 0
      .github/ISSUE_TEMPLATE/core_problem.md

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

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