Explorar el Código

update issue templates (#1074)

Kevin Wan hace 3 años
padre
commit
74ad681a66
Se han modificado 1 ficheros con 13 adiciones y 5 borrados
  1. 13 5
      .github/ISSUE_TEMPLATE/bug_report.md

+ 13 - 5
.github/ISSUE_TEMPLATE/bug_report.md

@@ -11,11 +11,19 @@ assignees: ''
 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
+Steps to reproduce the behavior, if applicable:
+
+1. The code is
+
+   ```go
+   
+   ```
+
+2. The error is
+
+   ```
+   
+   ```
 
 **Expected behavior**
 A clear and concise description of what you expected to happen.