Skip to content

Commit 4c86ec2

Browse files
authored
chore: add github templates (#60)
* chore: add chore issue template * chore: add pr template
1 parent 52811d9 commit 4c86ec2

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

.github/ISSUE_TEMPLATE/chore.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: "Chore"
3+
about: "Request general maintenance tasks for the repository"
4+
title: "[chore] "
5+
labels: "type: chore"
6+
assignees: ""
7+
8+
---
9+
10+
## Type
11+
12+
- [ ] Tooling
13+
- [ ] Dependency Management
14+
- [ ] Code Style/Formatting
15+
- [ ] Documentation Update
16+
- [ ] Refactoring
17+
- [ ] Build Process
18+
- [ ] Other
19+
20+
## Description
21+
22+
Provide a clear and concise description of the maintenance task. Explain why this task is necessary and what it aims to achieve.
23+
24+
## Tasks
25+
26+
- [ ] task

.github/pul_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
labels: "status: in-progress"
3+
---
4+
5+
## Description
6+
7+
- [link to related issue] or [short description]
8+
9+
(Please include a summary of the changes and which issue to address. Please also include relevant motivation and context. List any dependencies that are required for this change. If applicable, please include screenshots about the feature.)
10+
11+
## Checklist
12+
13+
- [ ] My code follows the style guidelines of this project
14+
- [ ] I have commented my code, particularly in hard-to-understand areas
15+
- [ ] I have made corresponding changes to the documentation
16+
- [ ] My changes generate no new warnings
17+
- [ ] I have added tests that prove my feature works
18+
- [ ] New and existing unit tests pass locally with my changes
19+
20+
Please review the changes and provide feedback.

0 commit comments

Comments
 (0)