Skip to content

Commit 0c1a185

Browse files
fix: apply minor fixes
1 parent 4da7b8b commit 0c1a185

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
## 📋 Description
2+
3+
Brief description of the changes made in this PR.
4+
5+
## ✨ Type of Change
6+
7+
- [ ] 🐛 Bug fix (fixes an issue)
8+
- [ ] ✨ New feature (adds functionality)
9+
- [ ] 🔧 Refactoring (code restructuring without functional changes)
10+
- [ ] 📚 Documentation (updates to documentation)
11+
- [ ] 🧪 Tests (adding or modifying tests)
12+
- [ ] 🔒 Security (security-related fixes)
13+
- [ ] ⚡ Performance (performance improvements)
14+
- [ ] 🎨 Style (formatting changes, no logic changes)
15+
16+
## 🔍 Main Changes
17+
18+
-
19+
-
20+
-
21+
22+
## 🧪 Testing
23+
24+
- [ ] I have tested the changes locally
25+
- [ ] I have added/updated unit tests
26+
- [ ] All tests pass (`./vendor/bin/phpunit`)
27+
- [ ] I have verified PHP 8.0+ compatibility
28+
29+
## 📝 Additional Notes
30+
31+
Any additional information, considerations, or important context for reviewers.
32+
33+
## 🔗 Related Issue
34+
35+
Closes #[issue_number] (if applicable)
36+
37+
## 📸 Screenshots (if applicable)
38+
39+
If changes affect the interface or visible behavior, include screenshots.
40+
41+
## ✅ Checklist
42+
43+
- [ ] My code follows the project conventions
44+
- [ ] I have performed a self-review of my code
45+
- [ ] I have commented complex code where necessary
46+
- [ ] Documentation has been updated (if needed)
47+
- [ ] I have not introduced breaking changes (or documented them)
48+
- [ ] I have verified no sensitive information is in the code

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
44

5+
## Language Policy
6+
7+
**IMPORTANT:** The primary language for this codebase is English. All code, comments, documentation, commit messages, PR descriptions, and communications should be in English.
8+
59
## Development Commands
610

711
### Testing

0 commit comments

Comments
 (0)