Skip to content

Commit 9da3b03

Browse files
nanotaboadaclaude
andcommitted
chore(github): update issue templates and add PR template
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d8b6fd3 commit 9da3b03

File tree

4 files changed

+30
-8
lines changed

4 files changed

+30
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Bug report
33
about: Report a bug or unexpected behavior
4-
title: "[BUG]"
5-
labels: bug
4+
title: ''
5+
labels: bug, python
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Feature request
33
about: Propose a new feature or enhancement
4-
title: "[FEATURE]"
4+
title: ''
55
labels: enhancement, python
66
assignees: ''
77

@@ -15,17 +15,17 @@ What problem are you trying to solve? What's the pain point?
1515

1616
Describe the expected behavior and functionality this feature will provide.
1717

18-
## Suggested Approach
18+
## Suggested Approach _(optional)_
1919

20-
Describe the technical implementation plan. Include architecture, key files/modules to modify, APIs, and any code patterns to follow.
20+
If known, describe the technical implementation plan. Include architecture, key files/modules to modify, APIs, and any code patterns to follow.
2121

2222
## Acceptance Criteria
2323

2424
How will we know this feature is complete and working correctly?
2525

26-
- [ ] Criterion 1
27-
- [ ] Criterion 2
28-
- [ ] Criterion 3
26+
- [ ] Feature behaves as described in the proposed solution
27+
- [ ] Tests are added or updated to cover the new functionality
28+
- [ ] No regressions in existing tests
2929

3030
## References
3131

.github/pull_request_template.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Summary
2+
3+
Brief description of the changes and why they were made.
4+
5+
## Type of Change
6+
7+
- [ ] `feat` — new feature
8+
- [ ] `fix` — bug fix
9+
- [ ] `chore` — maintenance, tooling, or dependency update
10+
- [ ] `docs` — documentation only
11+
- [ ] `test` — adding or updating tests
12+
- [ ] `refactor` — code change that neither fixes a bug nor adds a feature
13+
- [ ] `ci` — CI/CD changes
14+
- [ ] `perf` — performance improvement
15+
16+
## Checklist
17+
18+
- [ ] `CHANGELOG.md` updated
19+
- [ ] All tests pass
20+
- [ ] No regressions introduced
21+
- [ ] Follows project coding guidelines

0 commit comments

Comments
 (0)