Skip to content

Commit 57e5d9c

Browse files
authored
Merge pull request #19 from raifdmueller/feature/clean-upstream-pr
feat: Modern landing page and streamlined community infrastructure
2 parents a12a360 + 498ee58 commit 57e5d9c

6 files changed

Lines changed: 315 additions & 248 deletions

File tree

Lines changed: 11 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,22 @@
11
---
22
name: 🐛 Bug Report
3-
about: Report a bug or issue with existing prompts or website
3+
about: Report a bug or issue
44
title: '[BUG] '
55
labels: ['bug']
6-
assignees: ''
76
---
87

9-
## 🐛 Bug Description
10-
<!-- A clear and concise description of what the bug is -->
8+
## Bug Description
119

12-
## 📍 Location
13-
<!-- Where did you encounter this bug? -->
14-
- [ ] Specific prompt:
15-
- [ ] Website page:
16-
- [ ] Documentation:
17-
- [ ] Other:
1810

19-
## 🔄 Steps to Reproduce
20-
1. Go to '...'
21-
2. Use prompt with '...'
22-
3. Expected '...'
23-
4. See error
11+
## Steps to Reproduce
12+
1.
13+
2.
14+
3.
2415

25-
## 💭 Expected Behavior
26-
<!-- What you expected to happen -->
16+
## Expected vs Actual
2717

28-
## 🚫 Actual Behavior
29-
<!-- What actually happened -->
3018

31-
## 🤖 LLM Information
32-
<!-- If the issue is with a prompt -->
33-
- **LLM Used**: [ ] Claude Sonnet | [ ] Claude Opus | [ ] ChatGPT 4 | [ ] Other:
34-
- **Prompt Input**:
35-
<!-- Please share what you entered into the LLM -->
36-
37-
## 🖥️ Environment
38-
<!-- If the issue is with the website -->
39-
- **Browser**:
40-
- **Device**: [ ] Desktop | [ ] Mobile | [ ] Tablet
41-
- **Operating System**:
42-
43-
## 📎 Additional Context
44-
<!-- Add any other context, screenshots, or examples -->
45-
46-
## ✅ Checklist
47-
- [ ] I have searched existing issues for duplicates
48-
- [ ] I have provided clear steps to reproduce
49-
- [ ] I have tested with the latest version of the prompt/website
19+
## Environment
20+
- LLM: [ ] Claude | [ ] ChatGPT | [ ] Other:
21+
- Browser:
22+
- Page/Prompt:
Lines changed: 9 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,21 @@
11
---
2-
name: 🚀 Feature Request
3-
about: Suggest an improvement or new feature
2+
name: Feature Request
3+
about: Suggest a new feature
44
title: '[FEATURE] '
55
labels: ['enhancement']
6-
assignees: ''
76
---
87

9-
## 🎯 Feature Description
10-
<!-- A clear and concise description of the feature you'd like to see -->
8+
## Feature Description
119

12-
## 💡 Motivation & Use Case
13-
<!-- Why is this feature needed? What problem does it solve? -->
1410

15-
## 📋 Proposed Solution
16-
<!-- Describe your preferred solution in detail -->
11+
## Use Case
12+
Why is this needed?
1713

18-
## 🔄 User Story
19-
<!-- As a [type of user], I want [goal] so that [reason] -->
14+
## Proposed Solution
2015

21-
## 🎨 Mockups or Examples
22-
<!-- If applicable, add sketches, mockups, or examples -->
2316

24-
## 📚 Alternative Solutions
25-
<!-- Describe alternatives you've considered -->
26-
27-
## 🛠️ Implementation Ideas
28-
<!-- Optional: Technical suggestions for implementation -->
29-
30-
## 📊 Acceptance Criteria
31-
<!-- What would make this feature complete? -->
32-
- [ ]
33-
- [ ]
34-
- [ ]
35-
36-
## 🏷️ Feature Category
17+
## Category
3718
- [ ] New Prompt
38-
- [ ] Prompt Improvement
39-
- [ ] Website Enhancement
19+
- [ ] Website Enhancement
4020
- [ ] Documentation
41-
- [ ] Integration
42-
- [ ] Other:
43-
44-
## 🎯 Priority
45-
- [ ] Critical
46-
- [ ] High
47-
- [ ] Medium
48-
- [ ] Low
49-
- [ ] Nice to have
50-
51-
## ✅ Checklist
52-
- [ ] I have searched existing issues for similar requests
53-
- [ ] I have provided clear use cases and motivation
54-
- [ ] I have considered implementation feasibility
21+
- [ ] Other:
Lines changed: 11 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,29 @@
11
---
2-
name: 🤖 New Prompt Suggestion
3-
about: Suggest a new prompt for the collection
2+
name: 🤖 New Prompt
3+
about: Suggest a new prompt
44
title: '[PROMPT] '
5-
labels: ['new-prompt', 'community']
6-
assignees: ''
5+
labels: ['new-prompt']
76
---
87

9-
## 🎯 Prompt Purpose
10-
<!-- What should this prompt help architects accomplish? -->
8+
## Prompt Purpose
9+
What should this prompt accomplish?
1110

12-
## 🏗️ Architecture Domain
13-
<!-- Which area of architecture does this address? -->
11+
## Target Domain
1412
- [ ] Software Architecture
1513
- [ ] Data Architecture
1614
- [ ] Cloud Architecture
1715
- [ ] Security Architecture
18-
- [ ] Enterprise Architecture
19-
- [ ] Solution Architecture
20-
- [ ] Other:
16+
- [ ] Other:
2117

22-
## 📋 Target Methodology
23-
<!-- Which frameworks or methodologies should this support? -->
24-
- [ ] arc42
25-
- [ ] TOGAF
26-
- [ ] Zachman Framework
27-
- [ ] C4 Model
28-
- [ ] Domain-Driven Design
29-
- [ ] Microservices
30-
- [ ] Other:
31-
32-
## 👥 Target Audience
33-
<!-- Who would primarily use this prompt? -->
34-
- [ ] Solution Architects
35-
- [ ] Software Architects
36-
- [ ] Enterprise Architects
37-
- [ ] Technical Leads
38-
- [ ] Product Managers
39-
- [ ] Development Teams
40-
- [ ] Other:
41-
42-
## 💼 Use Cases
43-
<!-- Specific scenarios where this prompt would be valuable -->
18+
## Use Cases
4419
1.
4520
2.
4621
3.
4722

48-
## 📊 Expected Output Format
49-
<!-- What format should the LLM generate? -->
23+
## Expected Output
5024
- [ ] AsciiDoc document
5125
- [ ] PlantUML diagram
5226
- [ ] Structured table
53-
- [ ] Decision matrix
54-
- [ ] Other:
55-
56-
## 🔗 Integration Points
57-
<!-- How would this work with existing prompts? -->
58-
59-
## 💡 Prompt Ideas
60-
<!-- If you have initial ideas for the prompt structure -->
61-
62-
## 📚 Reference Materials
63-
<!-- Any methodologies, templates, or resources to reference -->
64-
65-
## ✅ Contribution Intent
66-
- [ ] I'd like to contribute this prompt myself
67-
- [ ] I'm suggesting this for others to implement
68-
- [ ] I can help with testing and validation
69-
70-
## 📖 Additional Context
71-
<!-- Any other information that would be helpful -->
72-
73-
---
27+
- [ ] Other:
7428

75-
**Community Guidelines Reminder:**
76-
- Prompts should be tested with multiple LLMs
77-
- Output should follow established architectural practices
78-
- Include clear examples and validation criteria
79-
- Consider integration with docToolchain workflow
29+
## Additional Context

.github/pull_request_template.md

Lines changed: 15 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,24 @@
11
# Pull Request
22

3-
## 📋 Summary
4-
<!-- Brief description of what this PR accomplishes -->
3+
## Summary
54

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
145

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
1714
-
1815
-
1916
-
2017

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
8022

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 #

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ How this works with other prompts or tools
139139

140140
### Writing Style
141141
- **Clear and Concise**: Use simple, direct language
142-
- **Action-Oriented**: Start with verbs (\"Create\", \"Generate\", \"Analyze\")
142+
- **Action-Oriented**: Start with verbs ("Create", "Generate", "Analyze")
143143
- **Inclusive**: Use gender-neutral language
144144
- **Professional**: Maintain professional tone while being approachable
145145

0 commit comments

Comments
 (0)