|
1 | 1 | # Pull Request |
2 | 2 |
|
3 | | -## 📋 Summary |
4 | | -<!-- Brief description of what this PR accomplishes --> |
| 3 | +## Summary |
5 | 4 |
|
6 | | -## 🔄 Type of Change |
7 | | -- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) |
8 | | -- [ ] ✨ New feature (non-breaking change which adds functionality) |
9 | | -- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) |
10 | | -- [ ] 📚 Documentation update |
11 | | -- [ ] 🎨 Style/formatting changes |
12 | | -- [ ] ♻️ Code refactoring |
13 | | -- [ ] 🧪 Adding or updating tests |
14 | 5 |
|
15 | | -## 🎯 Changes Made |
16 | | -<!-- Detailed list of changes --> |
| 6 | +## Type |
| 7 | +- [ ] 🐛 Bug fix |
| 8 | +- [ ] ✨ New feature |
| 9 | +- [ ] 📚 Documentation |
| 10 | +- [ ] 🎨 Style/formatting |
| 11 | +- [ ] ♻️ Refactoring |
| 12 | + |
| 13 | +## Changes |
17 | 14 | - |
18 | 15 | - |
19 | 16 | - |
20 | 17 |
|
21 | | -## 🧪 Testing |
22 | | -<!-- How have you tested these changes? --> |
23 | | - |
24 | | -### Prompt Testing (if applicable) |
25 | | -- [ ] Tested with Claude Sonnet |
26 | | -- [ ] Tested with Claude Opus |
27 | | -- [ ] Tested with ChatGPT 4 |
28 | | -- [ ] Output matches expected format |
29 | | -- [ ] Examples work correctly |
30 | | - |
31 | | -### Website Testing (if applicable) |
32 | | -- [ ] Site generates correctly with `./dtcw generateSite` |
33 | | -- [ ] AsciiDoc validates with `./dtcw generateHTML` |
34 | | -- [ ] Navigation works properly |
35 | | -- [ ] Mobile responsive design verified |
36 | | -- [ ] All links functional |
37 | | - |
38 | | -## 📸 Screenshots |
39 | | -<!-- If applicable, add screenshots to help explain your changes --> |
40 | | - |
41 | | -## 📚 Documentation |
42 | | -- [ ] Updated relevant documentation |
43 | | -- [ ] Added/updated examples |
44 | | -- [ ] Updated README if needed |
45 | | -- [ ] Added tests if applicable |
46 | | - |
47 | | -## 🔗 Related Issues |
48 | | -<!-- Link any related issues --> |
49 | | -Fixes # |
50 | | -Relates to # |
51 | | - |
52 | | -## ✅ Checklist |
53 | | -- [ ] My code follows the project's style guidelines |
54 | | -- [ ] I have performed a self-review of my own changes |
55 | | -- [ ] I have commented my code, particularly in hard-to-understand areas |
56 | | -- [ ] I have made corresponding changes to the documentation |
57 | | -- [ ] My changes generate no new warnings |
58 | | -- [ ] I have tested my changes thoroughly |
59 | | -- [ ] All existing tests pass |
60 | | - |
61 | | -## 🎯 Target Audience Impact |
62 | | -<!-- Who benefits from these changes? --> |
63 | | -- [ ] Architecture practitioners |
64 | | -- [ ] Documentation creators |
65 | | -- [ ] Website users |
66 | | -- [ ] Contributors/developers |
67 | | -- [ ] LLM users |
68 | | - |
69 | | -## 📊 Quality Metrics |
70 | | -<!-- For prompt changes --> |
71 | | -- **Clarity**: How clear and unambiguous are the instructions? |
72 | | -- **Completeness**: Does it cover all necessary aspects? |
73 | | -- **Consistency**: Does it align with other prompts in style and format? |
74 | | -- **Testability**: Can the output be validated effectively? |
75 | | - |
76 | | -## 🚀 Deployment Notes |
77 | | -<!-- Any special considerations for deploying these changes --> |
78 | | - |
79 | | ---- |
| 18 | +## Testing |
| 19 | +- [ ] Tested with LLM (Claude/ChatGPT) |
| 20 | +- [ ] Website generates correctly |
| 21 | +- [ ] Links work |
80 | 22 |
|
81 | | -**Reviewer Notes:** |
82 | | -- Please test prompts with your preferred LLM |
83 | | -- Verify website changes render correctly |
84 | | -- Check that examples are complete and realistic |
85 | | -- Ensure integration with existing prompts works well |
| 23 | +## Related Issues |
| 24 | +Fixes # |
0 commit comments