mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
17 lines
553 B
YAML
17 lines
553 B
YAML
name: Language Proposal
|
|
description: Propose to improve the Zig language
|
|
labels: ["proposal"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for your interest in improving the Zig language. However, we are
|
|
not accepting new proposals to change the language at this time.
|
|
- type: checkboxes
|
|
id: trash
|
|
attributes:
|
|
label: Please do not file a proposal to change the language
|
|
options:
|
|
- label: "I understand, thank you. I will not submit a new proposal at this time"
|
|
required: true
|