[GitHub] Add prefix and label in issue template (#652)

pull/657/head
binmakeswell 2022-04-02 16:09:25 +08:00 committed by GitHub
parent 67b4928244
commit e0f875a8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 27 deletions

View File

@ -1,5 +1,7 @@
name: 🐛 Bug Report
description: Create a report to help us reproduce and fix the bug
title: "[BUG]: "
labels: [bug]
body:
- type: markdown

View File

@ -1,5 +1,7 @@
name: 📚 Documentation
description: Report an issue related to https://www.colossalai.org/
title: "[DOC]: "
labels: [documentation]
body:
- type: markdown

View File

@ -1,5 +1,7 @@
name: 🚀 Feature request
description: Suggest an idea for this project
title: "[FEATURE]: "
labels: [enhancement]
body:
- type: markdown

View File

@ -1,8 +1,10 @@
name: 💥 Proposal
description: Propose a non-trivial change to Colossal-AI
title: "[PROPOSAL]: "
labels: [enhancement]
body:
- type: markdown
- type: markdown
attributes:
value: |
Common reasons for proposals include:
@ -18,14 +20,14 @@ body:
We give you maximum freedom to write an elaborated proposal illustrating why you think the change is beneficial for us, and what steps we should take to turn this into reality.
- type: textarea
- type: textarea
attributes:
label: Proposal
description: A clear and concise description of what the proposal is.
validations:
required: true
- type: checkboxes
- type: checkboxes
attributes:
label: Self-service
description: |