diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-10-27 12:32:32 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-10-27 12:32:32 -0700 |
| commit | f4f4e3388586e0c2e19d794725359e1b591f9a3e (patch) | |
| tree | c02221bc4073cc7f17ec506658b6272fb74a53c8 /.github | |
| parent | 9c0d975a099387cd2b47e527892e71ae1601eaf4 (diff) | |
| download | zig-f4f4e3388586e0c2e19d794725359e1b591f9a3e.tar.gz zig-f4f4e3388586e0c2e19d794725359e1b591f9a3e.zip | |
github: simplify bug issue template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug.yml | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 31fb479b56..5560b2412d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -14,27 +14,20 @@ body: attributes: label: Zig Version description: "The output of `zig version`" - placeholder: "0.9.0-dev.1275+ac52e0056" + placeholder: "0.10.0-dev.4583+875e98a57" validations: required: true - type: textarea id: repro attributes: - label: Steps to Reproduce - description: What exactly can someone else do, in order to observe the problem that you observed? + label: Steps to Reproduce and Observed Behavior + description: What exactly can someone else do, in order to observe the problem that you observed? Include the output and all error messages. validations: required: true - type: textarea id: expected attributes: label: Expected Behavior - description: What did you expect to happen? - validations: - required: true - - type: textarea - id: actual - attributes: - label: Actual Behavior - description: What happened instead? Be sure to include all error messages if any. + description: What did you expect to happen instead? validations: required: true |
