Skip to content

Commit 230d1b9

Browse files
committed
doc: pr template
1 parent 3e24adf commit 230d1b9

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Issue Template
2+
3+
## Description
4+
Please provide a clear and concise description of the issue.
5+
6+
## Steps to Reproduce
7+
1. Step one
8+
2. Step two
9+
3. Step three
10+
11+
## Expected Behavior
12+
Describe what you expected to happen.
13+
14+
## Actual Behavior
15+
Describe what actually happened.
16+
17+
## Additional Context
18+
Add any other context about the problem here.

.github/PULL_REQUEST_TEMPLATE.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Pull Request Template
2+
3+
## Description
4+
Please include a summary of the changes and the related issue.
5+
6+
## Type of Change
7+
- [ ] Bugfix
8+
- [ ] New Feature
9+
- [ ] Improvement
10+
- [ ] Documentation Update
11+
12+
## Checklist
13+
- [ ] I have read the contributing guidelines.
14+
- [ ] I have added tests to cover my changes.
15+
- [ ] All new and existing tests passed.
16+
17+
## Related Issue
18+
Closes #[issue number]

0 commit comments

Comments
 (0)