diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-10-06 17:17:36 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-10-06 17:17:36 -0700 |
| commit | 2fbf53c1cea6d93dcd97e04d95f639e5a24fd27a (patch) | |
| tree | 5c9663cccaee7aadde22eb024692a55b690cd1eb /.github | |
| parent | c3ce3a67adadc5fecd8f6840cba71c52c4cdc9bf (diff) | |
| download | zig-2fbf53c1cea6d93dcd97e04d95f639e5a24fd27a.tar.gz zig-2fbf53c1cea6d93dcd97e04d95f639e5a24fd27a.zip | |
GitHub: fix yaml issue with bug report template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 303036c771..c0ed519648 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -17,7 +17,7 @@ body: id: version attributes: label: Zig Version - description: The output of `zig version`: + description: "The output of `zig version`" placeholder: "0.9.0-dev.1275+ac52e0056" validations: required: true |
