Skip to content

Commit 9514177

Browse files
authored
Merge pull request #35 from kwonkwonn/pr-template
Add issue/pr's base template
2 parents a4f7fd5 + 71d26fd commit 9514177

4 files changed

Lines changed: 105 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug or unexpected behavior
4+
labels: bug
5+
---
6+
7+
## Description
8+
9+
<!-- What happened? What did you expect to happen? -->
10+
11+
## Steps to Reproduce
12+
13+
1.
14+
2.
15+
3.
16+
17+
## Expected Behavior
18+
19+
<!-- What should have happened? -->
20+
21+
## Actual Behavior
22+
23+
<!-- What actually happened? Include error messages or logs if applicable -->
24+
25+
## Environment
26+
27+
- OS:
28+
- Go version:
29+
- Branch / commit:
30+
31+
## Additional Context
32+
33+
<!-- Screenshots, logs, or any other relevant information -->
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new feature or enhancement
4+
labels: enhancement
5+
---
6+
7+
## Problem / Motivation
8+
9+
<!-- What problem are you trying to solve? Why is this needed? -->
10+
11+
## Proposed Solution
12+
13+
<!-- Describe the feature you'd like and how it should work -->
14+
15+
## Alternatives Considered
16+
17+
<!-- What other approaches did you consider? Why did you prefer this one? -->
18+
19+
## Additional Context
20+
21+
<!-- Any related issues, mockups, or references -->

.github/ISSUE_TEMPLATE/task.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Task
3+
about: General development task or chore
4+
labels: task
5+
---
6+
7+
## Goal
8+
9+
<!-- What needs to be done and why? -->
10+
11+
## Acceptance Criteria
12+
13+
- [ ]
14+
- [ ]
15+
16+
## Notes
17+
18+
<!-- Design decisions, constraints, or references -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## Summary
2+
3+
<!-- What does this PR change? -->
4+
5+
## Motivation
6+
7+
<!-- Why was this change needed? What problem does it solve? -->
8+
9+
## Approach
10+
11+
<!-- How did you implement this? Why did you choose this approach over alternatives? -->
12+
13+
## Type of Change
14+
15+
- [ ] Bug fix
16+
- [ ] New feature
17+
- [ ] Refactoring
18+
- [ ] Docs / Config
19+
- [ ] CI/CD
20+
21+
## Related Issue
22+
23+
<!-- closes #issue_number -->
24+
25+
## Testing
26+
27+
- [ ] Tested locally
28+
- [ ] No regression in existing functionality
29+
30+
## Checklist
31+
32+
- [ ] Reviewers assigned
33+
- [ ] Related issue linked

0 commit comments

Comments
 (0)