Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,38 @@ labels: ['bug', 'triage']
assignees: ''
---

## 🐛 Bug Description
## Description
<!-- A clear and concise description of what the bug is -->

## 🔄 Steps to Reproduce
## Steps to reproduce
<!-- Steps to reproduce the behavior -->
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

## Expected Behavior
## Expected behavior
<!-- A clear and concise description of what you expected to happen -->

## Actual Behavior
## Actual behavior
<!-- A clear and concise description of what actually happened -->

## 📸 Screenshots
<!-- If applicable, add screenshots to help explain your problem -->

## 🌍 Environment
## Environment
<!-- Please complete the following information -->
- OS: [e.g. Ubuntu 22.04, macOS 14.0, Windows 11]
- Python Version: [e.g. 3.13.0]
- smppai Version: [e.g. 0.1.0]
- Installation Method: [e.g. pip, uv, poetry]

## 📝 Additional Context
## Additional context
<!-- Add any other context about the problem here -->
<!-- If applicable, add screenshots to help explain your problem -->

## 🔍 Error Logs
## Error logs
<!-- If applicable, paste relevant error logs here -->
```
Paste error logs here
```

## 💡 Possible Solution
## Possible solution
<!-- If you have ideas on how to fix this, please share them -->
20 changes: 5 additions & 15 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ labels: ['documentation', 'triage']
assignees: ''
---

## 📚 Documentation Issue
## Description
<!-- Describe the issue with the documentation -->

## 📍 Location
## Location
<!-- Where is the problematic documentation located? -->
- [ ] README.md
- [ ] API Documentation
Expand All @@ -18,21 +18,11 @@ assignees: ''
- [ ] Docstrings
- [ ] Other: [specify]

## 🔗 Link/File
## Link
<!-- Provide a link or file path to the problematic documentation -->

## ❌ Current Content
<!-- What does the documentation currently say? -->

## ✅ Suggested Improvement
## Suggested improvement
<!-- How should it be improved? -->

## 🎯 Impact
<!-- Who is affected by this documentation issue? -->
- [ ] New users
- [ ] Experienced users
- [ ] Contributors
- [ ] API consumers

## 📝 Additional Context
## Additional context
<!-- Add any other context about the documentation issue -->
28 changes: 7 additions & 21 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,27 @@ labels: ['enhancement', 'triage']
assignees: ''
---

## 🚀 Feature Description
## Description
<!-- A clear and concise description of the feature you'd like to see added -->

## 🎯 Problem Statement
## Problem statement
<!-- Is your feature request related to a problem? Please describe -->
I'm always frustrated when [...]

## 💡 Proposed Solution
## Proposed solution
<!-- Describe the solution you'd like -->

## 🔄 Alternative Solutions
<!-- Describe any alternative solutions or features you've considered -->

## 📊 Use Case
<!-- Describe your use case and how this feature would help -->

## 🌍 Impact
<!-- Who would benefit from this feature? -->
- [ ] SMPP Client users
- [ ] SMPP Server users
- [ ] Protocol developers
- [ ] Performance improvements
- [ ] Ease of use improvements

## 🎨 Implementation Ideas
<!-- If you have ideas on how to implement this, please share them -->

## 📚 References
## References
<!-- Any relevant links, RFCs, or documentation -->

## 🔧 Breaking Changes
## Breaking changes
<!-- Would this feature require breaking changes? -->
- [ ] Yes, this would require breaking changes
- [ ] No, this is backward compatible
- [ ] Unsure

## 📝 Additional Context
## Additional context
<!-- Add any other context, screenshots, or examples about the feature request here -->
<!-- Describe any alternative solutions or features you've considered -->
Loading
Loading