Unverified Commit e0f875a8 authored by binmakeswell's avatar binmakeswell Committed by GitHub
Browse files

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

parent 67b49282
name: 🐛 Bug Report name: 🐛 Bug Report
description: Create a report to help us reproduce and fix the bug description: Create a report to help us reproduce and fix the bug
title: "[BUG]: "
labels: [bug]
body: body:
- type: markdown - type: markdown
......
name: 📚 Documentation name: 📚 Documentation
description: Report an issue related to https://www.colossalai.org/ description: Report an issue related to https://www.colossalai.org/
title: "[DOC]: "
labels: [documentation]
body: body:
- type: markdown - type: markdown
......
name: 🚀 Feature request name: 🚀 Feature request
description: Suggest an idea for this project description: Suggest an idea for this project
title: "[FEATURE]: "
labels: [enhancement]
body: body:
- type: markdown - type: markdown
......
name: 💥 Proposal name: 💥 Proposal
description: Propose a non-trivial change to Colossal-AI description: Propose a non-trivial change to Colossal-AI
title: "[PROPOSAL]: "
labels: [enhancement]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Common reasons for proposals include: Common reasons for proposals include:
...@@ -18,14 +20,14 @@ body: ...@@ -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. 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: attributes:
label: Proposal label: Proposal
description: A clear and concise description of what the proposal is. description: A clear and concise description of what the proposal is.
validations: validations:
required: true required: true
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Self-service label: Self-service
description: | description: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment