mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-01-15 14:47:16 +00:00
29 lines
924 B
YAML
29 lines
924 B
YAML
name: 📚 Documentation
|
|
description: Report an issue related to https://www.colossalai.org/
|
|
title: "[DOC]: "
|
|
labels: [documentation]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: >
|
|
#### Not suitable for your needs? [Open a blank issue](https://github.com/hpcaitech/ColossalAI/issues/new).
|
|
- type: textarea
|
|
attributes:
|
|
label: 📚 The doc issue
|
|
description: |
|
|
**Description** What content in [Documentation](https://www.colossalai.org/) is an issue?
|
|
**Location** Where is the issue location?
|
|
**Expectation** What is your expected content about it?
|
|
**Screenshots** If applicable, add screenshots to help explain your problem.
|
|
**Suggestions** Tell us how we could improve the documentation.
|
|
placeholder: |
|
|
A clear and concise description of the issue.
|
|
validations:
|
|
required: true
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: >
|
|
Thanks for contributing 🎉!
|