| author | |
| committer | |
| log | 9b752cb9896e27b9c2a4c435a043e5af22535f58 |
| tree | 415ed51b0cc91de41297833a08e11345d0bed870 |
| parent | 4d58fafaf2586f41e6aaf99982624c9823b36c38 |
| signature |
6 files changed, 72 insertions(+), 72 deletions(-)
.forgejo/ISSUE_TEMPLATE/bug.yml created+33| ... | ... | @@ -0,0 +1,33 @@ |
| 1 | name: Bug Report | |
| 2 | description: File a bug report | |
| 3 | labels: ["kind/bug"] | |
| 4 | body: | |
| 5 | - type: markdown | |
| 6 | attributes: | |
| 7 | value: | | |
| 8 | A bug is when something works differently than it is expected to. | |
| 9 | ## Remember to search before filing a new report | |
| 10 | Please search for this bug in the issue tracker, and use a bug report title that | |
| 11 | would have made your bug report turn up in the search results for your search query. | |
| 12 | - type: input | |
| 13 | id: version | |
| 14 | attributes: | |
| 15 | label: Zig Version | |
| 16 | description: "The output of `zig version`" | |
| 17 | placeholder: "0.10.0-dev.4583+875e98a57" | |
| 18 | validations: | |
| 19 | required: true | |
| 20 | - type: textarea | |
| 21 | id: repro | |
| 22 | attributes: | |
| 23 | label: Steps to Reproduce and Observed Behavior | |
| 24 | description: What exactly can someone else do, in order to observe the problem that you observed? Include the output and all error messages. | |
| 25 | validations: | |
| 26 | required: true | |
| 27 | - type: textarea | |
| 28 | id: expected | |
| 29 | attributes: | |
| 30 | label: Expected Behavior | |
| 31 | description: What did you expect to happen instead? | |
| 32 | validations: | |
| 33 | required: true |
.forgejo/ISSUE_TEMPLATE/config.yml created+13| ... | ... | @@ -0,0 +1,13 @@ |
| 1 | contact_links: | |
| 2 | - name: Language Proposal | |
| 3 | about: "Please do not submit a proposal to change the language" | |
| 4 | url: https://ziglang.org/code-of-conduct | |
| 5 | - name: Question | |
| 6 | about: "Please use one of the community spaces instead for questions or general discussions." | |
| 7 | url: https://ziglang.org/community | |
| 8 | - name: C Translation | |
| 9 | about: "Issues related to `zig translate-c` and `@cImport` are tracked separately." | |
| 10 | url: https://codeberg.org/ziglang/translate-c | |
| 11 | - name: Copilot and Other LLMs | |
| 12 | about: "Please do not use GitHub Copilot or any other LLM to write an issue." | |
| 13 | url: https://ziglang.org/code-of-conduct |
.forgejo/ISSUE_TEMPLATE/error_message.yml created+26| ... | ... | @@ -0,0 +1,26 @@ |
| 1 | name: Error message improvement | |
| 2 | description: Compiler produces an unhelpful or misleading error message. | |
| 3 | labels: ["kind/error message"] | |
| 4 | body: | |
| 5 | - type: input | |
| 6 | id: version | |
| 7 | attributes: | |
| 8 | label: Zig Version | |
| 9 | description: "The output of `zig version`" | |
| 10 | placeholder: "0.11.0-dev.146+2897641fb" | |
| 11 | validations: | |
| 12 | required: true | |
| 13 | - type: textarea | |
| 14 | id: repro | |
| 15 | attributes: | |
| 16 | label: Steps to Reproduce and Observed Output | |
| 17 | description: A complete list of steps to reproduce the error message. | |
| 18 | validations: | |
| 19 | required: true | |
| 20 | - type: textarea | |
| 21 | id: expected | |
| 22 | attributes: | |
| 23 | label: Expected Output | |
| 24 | description: What information do expect the error message to include? | |
| 25 | validations: | |
| 26 | required: true |
.github/ISSUE_TEMPLATE/bug.yml deleted-33| ... | ... | @@ -1,33 +0,0 @@ |
| 1 | name: Bug Report | |
| 2 | description: File a bug report | |
| 3 | labels: ["bug"] | |
| 4 | body: | |
| 5 | - type: markdown | |
| 6 | attributes: | |
| 7 | value: | | |
| 8 | A bug is when something works differently than it is expected to. | |
| 9 | ## Remember to search before filing a new report | |
| 10 | Please search for this bug in the issue tracker, and use a bug report title that | |
| 11 | would have made your bug report turn up in the search results for your search query. | |
| 12 | - type: input | |
| 13 | id: version | |
| 14 | attributes: | |
| 15 | label: Zig Version | |
| 16 | description: "The output of `zig version`" | |
| 17 | placeholder: "0.10.0-dev.4583+875e98a57" | |
| 18 | validations: | |
| 19 | required: true | |
| 20 | - type: textarea | |
| 21 | id: repro | |
| 22 | attributes: | |
| 23 | label: Steps to Reproduce and Observed Behavior | |
| 24 | description: What exactly can someone else do, in order to observe the problem that you observed? Include the output and all error messages. | |
| 25 | validations: | |
| 26 | required: true | |
| 27 | - type: textarea | |
| 28 | id: expected | |
| 29 | attributes: | |
| 30 | label: Expected Behavior | |
| 31 | description: What did you expect to happen instead? | |
| 32 | validations: | |
| 33 | required: true |
.github/ISSUE_TEMPLATE/config.yml deleted-13| ... | ... | @@ -1,13 +0,0 @@ |
| 1 | contact_links: | |
| 2 | - name: Language Proposal | |
| 3 | about: "Please do not submit a proposal to change the language" | |
| 4 | url: https://ziglang.org/code-of-conduct | |
| 5 | - name: Question | |
| 6 | about: "Please use one of the community spaces instead for questions or general discussions." | |
| 7 | url: https://ziglang.org/community | |
| 8 | - name: C Translation | |
| 9 | about: "Issues related to `zig translate-c` and `@cImport` are tracked separately." | |
| 10 | url: https://github.com/ziglang/translate-c/ | |
| 11 | - name: Copilot and Other LLMs | |
| 12 | about: "Please do not use GitHub Copilot or any other LLM to write an issue." | |
| 13 | url: https://ziglang.org/code-of-conduct |
.github/ISSUE_TEMPLATE/error_message.yml deleted-26| ... | ... | @@ -1,26 +0,0 @@ |
| 1 | name: Error message improvement | |
| 2 | description: Compiler produces an unhelpful or misleading error message. | |
| 3 | labels: ["error message"] | |
| 4 | body: | |
| 5 | - type: input | |
| 6 | id: version | |
| 7 | attributes: | |
| 8 | label: Zig Version | |
| 9 | description: "The output of `zig version`" | |
| 10 | placeholder: "0.11.0-dev.146+2897641fb" | |
| 11 | validations: | |
| 12 | required: true | |
| 13 | - type: textarea | |
| 14 | id: repro | |
| 15 | attributes: | |
| 16 | label: Steps to Reproduce and Observed Output | |
| 17 | description: A complete list of steps to reproduce the error message. | |
| 18 | validations: | |
| 19 | required: true | |
| 20 | - type: textarea | |
| 21 | id: expected | |
| 22 | attributes: | |
| 23 | label: Expected Output | |
| 24 | description: What information do expect the error message to include? | |
| 25 | validations: | |
| 26 | required: true |