Skip to content

feat: add PR and Issue Template #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: 错误报告
about: 针对某个版本OS Course Lab的错误报告
title: "[BUG]"
labels: ''
assignees: ''

---

**报告描述**
你需要针对漏洞进行描述,其中的信息包括详细描述,构建时的系统平台,与预期不符的错误点。

**复现方式**
我们该如何复现这个错误?

**截图**
如果可以的话,请附上错误截图。
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: 特性申请
about: 对OS-Course-Lab增加新特性的申请
title: "[Feature Request]"
labels: ''
assignees: ''

---

**特性描述**
你需要针对新特性进行描述,其中的信息包括详细描述,构建时的系统平台,希望增加的功能点(如基础设施,构建,文档等)
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 简介

## 问题变更

- [ ] 漏洞修复
- [ ] 新特性
- [ ] 颠覆性特性
- [ ] 文档更新

## 介绍

请附上一个本PR所解决问题的简介

Fixes # (issue)