authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-05-03 14:04:15-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-05-03 14:04:15-07:00
logb6930825b0e59bc355370eb68f5b74868d8aa1d7
treec096b1cf516aa4735776842e6ecdcc134c1e8da8
parent3cfde183f3700999eac0b84b54cae0a7d63743a9

github issue templates enhancements

Make the honey traps links instead of actual templates

3 files changed, 7 insertions(+), 36 deletions(-)

.github/ISSUE_TEMPLATE/config.yml created+7
......@@ -0,0 +1,7 @@
1contact_links:
2 - name: Language Proposal
3 about: Propose to improve the Zig language
4 url: https://github.com/ziglang/zig/wiki/Language-Proposals
5 - name: Question
6 about: Please use one of the community spaces for questions or general discussions.
7 url: https://github.com/ziglang/zig/wiki/Community
.github/ISSUE_TEMPLATE/proposal.yml deleted-16
......@@ -1,16 +0,0 @@
1name: Language Proposal
2description: Propose to improve the Zig language
3labels: ["proposal"]
4body:
5 - type: markdown
6 attributes:
7 value: |
8 Thank you for your interest in improving the Zig language. However, we are
9 not accepting new proposals to change the language at this time.
10 - type: checkboxes
11 id: trash
12 attributes:
13 label: Please do not file a proposal to change the language
14 options:
15 - label: "I understand, thank you. I will not submit a new proposal at this time"
16 required: true
.github/ISSUE_TEMPLATE/question.yml deleted-20
......@@ -1,20 +0,0 @@
1name: Question
2description: Ask a Zig-related question
3labels: ["question"]
4body:
5 - type: markdown
6 attributes:
7 value: |
8 Welcome! There are a bunch of great places to ask Zig-related questions.
9 Please take a look at
10 [The Community Wiki Page](https://github.com/ziglang/zig/wiki/Community) and
11 find a comfy place to ask questions. You will find plenty of helpful people in
12 these spaces. However, this issue tracker is not for questions. It is for
13 more actionable items such as bug reports and enhancements.
14 - type: checkboxes
15 id: trash
16 attributes:
17 label: Please do not open a question issue on the bug tracker
18 options:
19 - label: "I understand, thank you. I will take my question to one of the community spaces instead"
20 required: true