|
1 | | -# :checkered_flag: Summary |
2 | | -<!-- Provide a concise summary of your changes (max 140 chars) --> |
| 1 | +# :rocket: Summary |
| 2 | +<!-- Provide a concise summary of your changes --> |
3 | 3 |
|
4 | | -## :thinking: Motivation and Context |
| 4 | +## :dart: Motivation and Context |
5 | 5 | <!-- Why is this change needed? What problem does it solve? --> |
6 | 6 |
|
7 | | -## :hammer_and_wrench: Changes |
| 7 | +## :wrench: Changes |
8 | 8 |
|
9 | 9 | ### :rocket: Features |
10 | 10 | <!-- List any new features or significant enhancements --> |
|
15 | 15 | ### :zap: Improvements |
16 | 16 | <!-- List any performance or usability improvements --> |
17 | 17 |
|
18 | | -### :test_tube: Code Additions |
| 18 | +### :construction: Code Additions |
19 | 19 | <!-- List any file structure or organisation changes --> |
20 | 20 | <!-- List any new code or libraries added --> |
21 | 21 |
|
22 | | -### :ship: DevContainer Updates |
23 | | -<!-- List any changes to development containers --> |
24 | | - |
25 | | -## :books: Documentation |
| 22 | +### :books: Documentation |
26 | 23 | <!-- List documentation updates --> |
27 | 24 |
|
28 | | -## :toolbox: Development Tools |
29 | | -<!-- List any changes to development tools --> |
| 25 | +### :lock: Security & Quality |
| 26 | +<!-- List any security improvements or quality enhancements --> |
| 27 | + |
| 28 | +## :bar_chart: Technical Specifications |
| 29 | +<!-- List technical details, requirements, or constraints --> |
30 | 30 |
|
31 | | -## :camera_flash: Screenshots |
| 31 | +## :test_tube: Testing & Validation |
| 32 | +<!-- Describe testing approach and validation methods --> |
| 33 | + |
| 34 | +## :camera: Screenshots |
32 | 35 | <!-- If applicable, add screenshots to help explain your changes --> |
33 | 36 |
|
34 | 37 | ## :link: Related Issues |
35 | 38 | <!-- Link to related issues with the syntax: Fixes #123, Relates to #456 --> |
36 | 39 |
|
37 | 40 | ## :white_check_mark: Checklist |
38 | 41 | - [ ] I have performed a self-review of my code |
39 | | -- [ ] I have added tests that prove my fix/feature works |
40 | | -- [ ] I have updated the documentation accordingly |
| 42 | +- [ ] I have added comprehensive documentation |
| 43 | +- [ ] I have updated the project structure accordingly |
41 | 44 | - [ ] My changes generate no new warnings |
42 | 45 | - [ ] I have checked for compatibility with existing features |
| 46 | +- [ ] All pre-commit hooks pass successfully |
| 47 | +- [ ] Conventional commit format followed |
43 | 48 |
|
44 | 49 | ## :robot: AI Metadata |
45 | | -- Prompt: <!-- The prompt used if AI assisted --> |
46 | | -- Model: <!-- The model used if AI assisted --> |
47 | | -- Mode: <!-- The mode used if AI assisted --> |
48 | | -- Compute: <!-- The compute provider if AI assisted --> |
49 | | -- Context: <!-- The context provided if AI assisted --> |
50 | | -- Editor: <!-- The editor used --> |
51 | | -- Editor-Version: <!-- The editor version --> |
52 | | -- Platform: <!-- The platform you're working on --> |
| 50 | +- **Prompt**: <!-- The prompt used if AI assisted --> |
| 51 | +- **Model**: <!-- The model used if AI assisted --> |
| 52 | +- **Mode**: <!-- The mode used if AI assisted --> |
| 53 | +- **Compute**: <!-- The compute provider if AI assisted --> |
| 54 | +- **Context**: <!-- The context provided if AI assisted --> |
| 55 | +- **Editor**: <!-- The editor used --> |
| 56 | +- **Platform**: <!-- The platform you're working on --> |
| 57 | +- **Arch**: <!-- The architecture (e.g., arm64, x86_64) --> |
| 58 | +- **Total cost**: <!-- Total cost if AI assisted --> |
| 59 | +- **API duration**: <!-- API duration if AI assisted --> |
| 60 | +- **Wall time**: <!-- Wall time if AI assisted --> |
| 61 | +- **Code changes**: <!-- Lines added/removed if applicable --> |
| 62 | +- **Usage breakdown**: <!-- Model usage breakdown if AI assisted --> |
| 63 | + |
| 64 | +## :chart_with_upwards_trend: Impact |
| 65 | +<!-- Describe the impact and benefits of your changes --> |
0 commit comments