瀏覽代碼

chore: update bug report template

tags/v1.0.2
Jérôme Deuchnord 2 年之前
committed by GitHub
父節點
當前提交
bfb2c49ebd
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 29 次插入4 次删除
  1. +29
    -4
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 29
- 4
.github/ISSUE_TEMPLATE/bug_report.yml 查看文件

@@ -84,8 +84,33 @@ body:
attributes:
label: Bug description
description: |
Describe the bug you have encountered:
Describe in some words the bug you have encountered.

- what did you try to do?
- what did you expect the program to do?
- what happened instead?
- type: textarea
id: reproducer
validations:
required: true
attributes:
label: Reproducer
description: |
Write here a small piece of code that reveals the bug.
It should be as concise as possible: no user interaction, no formating, no call to the `kosmorro` command. Just Python.
Don't forget to specify a date and position of calculation if they are necessary.

- type: textarea
id: expected
validations:
required: true
attributes:
label: Expected result
description: |
What did you expect your piece of code to do?
- type: textarea
id: actual
validations:
required: true
attributes:
label: Actual result
description: |
What did your piece of code actually do?

Loading…
取消
儲存