소스 검색

Delete core_problem.md

YuKun Liu 3 년 전
부모
커밋
f26accd685
1개의 변경된 파일0개의 추가작업 그리고 28개의 파일을 삭제
  1. 0 28
      .github/ISSUE_TEMPLATE/core_problem.md

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

@@ -1,28 +0,0 @@
----
-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
-
-```