mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-05 09:41:46 +08:00
25 lines
536 B
Markdown
25 lines
536 B
Markdown
---
|
|
name: Question
|
|
about: 对课程内容有疑问请提此类型Issue
|
|
title: '[Question] 标题示例: 为什么这里需要添加&'
|
|
labels: 'question'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the question**
|
|
A clear and concise description of what the question is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|