mirror of
https://github.com/type-challenges/type-challenges.git
synced 2025-12-08 19:06:13 +00:00
chore: add issue template
This commit is contained in:
parent
8bd0de7b7d
commit
d41ad33065
15
.github/ISSUE_TEMPLATE/answer.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/answer.md
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
name: Answers
|
||||
about: Share answers/solutions to a question
|
||||
title: "#0 - "
|
||||
labels: answer
|
||||
---
|
||||
|
||||
<!--
|
||||
|
||||
Name your title starting with the question no you are trying to answer.
|
||||
|
||||
For example:
|
||||
#12 - my one-line solution
|
||||
|
||||
-->
|
||||
6
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
6
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
name: Bug
|
||||
about: I found some thing wrong!
|
||||
title: ""
|
||||
labels: bug
|
||||
---
|
||||
15
.github/ISSUE_TEMPLATE/new.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/new.md
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
name: New Question
|
||||
about: Adding a new question, it's already do-able.
|
||||
title: ""
|
||||
labels: new
|
||||
---
|
||||
|
||||
<!--
|
||||
You need to privode a detailed description of your new question,
|
||||
either in English or Chinese is acceptable (great if you can have both!).
|
||||
|
||||
A minimal test cases are preferred.
|
||||
|
||||
A detailed solution is not required, but be sure it's solvable.
|
||||
-->
|
||||
6
.github/ISSUE_TEMPLATE/request.md
vendored
Normal file
6
.github/ISSUE_TEMPLATE/request.md
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
name: Question Request
|
||||
about: I have a demand to be solve, but I don't have solution yet.
|
||||
title: ""
|
||||
labels: request
|
||||
---
|
||||
Loading…
x
Reference in New Issue
Block a user