Forráskód Böngészése

Update issue templates

magicblack 3 éve
szülő
commit
c80355af83

+ 34 - 0
.github/ISSUE_TEMPLATE/----.md

@@ -0,0 +1,34 @@
+---
+name: 问题报告
+about: 提交您的问题反馈,帮助我们改进
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**描述您的问题**
+A clear and concise description of what the bug is.
+
+**如何重现**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**预期结果**
+A clear and concise description of what you expected to happen.
+
+**截图**
+If applicable, add screenshots to help explain your problem.
+
+**版本信息:**
+ -  程序版本: [e.g. 2022.1000.3026]
+ - 操作系统: [e.g. iOS]
+ - 浏览器: [e.g. chrome, safari]
+
+
+
+**其他备注信息**
+Add any other context about the problem here.

+ 38 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,38 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Desktop (please complete the following information):**
+ - OS: [e.g. iOS]
+ - Browser [e.g. chrome, safari]
+ - Version [e.g. 22]
+
+**Smartphone (please complete the following information):**
+ - Device: [e.g. iPhone6]
+ - OS: [e.g. iOS8.1]
+ - Browser [e.g. stock browser, safari]
+ - Version [e.g. 22]
+
+**Additional context**
+Add any other context about the problem here.