github.com/Ptt-official-app/go-bbs@v0.12.0/.github/ISSUE_TEMPLATE/bug------bug-report.md (about)

     1  ---
     2  name: Bug 回報 / Bug report
     3  about: 目前的程式碼有哪邊有問題,或者是裝不起來,不會動。雖然說有可能是自己打錯,不過也有可能是文件設計有 Bug
     4  title: "[BUG] 在OO時XXXX了"
     5  labels: ''
     6  assignees: ''
     7  
     8  ---
     9  
    10  **發生了什麼事? / The Problem**
    11  - (簡潔扼要的描述什麼 bug / A clear and concise description of what the bug is.)
    12  
    13  **如何重現 / To Reproduce**
    14  重現步驟如下 / Steps to reproduce the behavior:  (不用一定勉強要用英文)
    15  1. 先到 '...' / Go to '...'
    16  2. 然後呼叫 '...' / Call  '....'
    17  3. 再用 XXX 參數呼叫 '....' / And Call XXX with argument  '....'
    18  4. 然後就壞掉了 / See error
    19  
    20  **預期的行為 / Expected behavior**
    21  簡潔扼要的表示您希望看到什麼 /  A clear and concise description of what you expected to happen.
    22  
    23  **螢幕截圖 / Screenshots**
    24  如果可以的話,幫忙補個螢幕截圖。
    25  If applicable, add screenshots to help explain your problem.
    26  
    27  **開發環境 / Environment**
    28   - OS: [e.g. Windows 7, ubuntu 10.04, macOS 10.15.7 (是不是M1要說)]
    29   - Golang Version: (可以用 go version ) [e.g. go version go1.15.6 darwin/amd64]
    30   - Package Version: [e.g. 1.0.0]
    31  以及測試工具,例如 curl 或是 postman