Skip to content

Commit 78bcac9

Browse files
Add issue templates, CI/CD workflows, and release automation
1 parent 4ed26b3 commit 78bcac9

File tree

5 files changed

+207
-267
lines changed

5 files changed

+207
-267
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: Report a bug to help us improve
4+
title: "[BUG] "
5+
labels: bug
6+
assignees: muhittincamdali
7+
---
8+
9+
## 🐛 Bug Description
10+
A clear and concise description of what the bug is.
11+
12+
## 📱 Environment
13+
- **iOS Version:**
14+
- **Xcode Version:**
15+
- **Swift Version:**
16+
- **Device:** (iPhone 15, Simulator, etc.)
17+
18+
## 🔄 Steps to Reproduce
19+
1. Go to '...'
20+
2. Click on '...'
21+
3. Scroll down to '...'
22+
4. See error
23+
24+
## ✅ Expected Behavior
25+
A clear description of what you expected to happen.
26+
27+
## ❌ Actual Behavior
28+
A clear description of what actually happened.
29+
30+
## 📸 Screenshots
31+
If applicable, add screenshots to help explain your problem.
32+
33+
## 📝 Additional Context
34+
Add any other context about the problem here.
35+
36+
## 📋 Logs
37+
```
38+
Paste relevant logs here
39+
```
40+

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
blank_issues_enabled: false
2-
contact_links: []
2+
contact_links:
3+
- name: 📖 Documentation
4+
url: https://github.com/muhittincamdali/iOS-Widget-Development-Kit#readme
5+
about: Check out the documentation first
6+
- name: 💬 Discussions
7+
url: https://github.com/muhittincamdali/iOS-Widget-Development-Kit/discussions
8+
about: Ask questions and discuss ideas
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: ✨ Feature Request
3+
about: Suggest an idea for this project
4+
title: "[FEATURE] "
5+
labels: enhancement
6+
assignees: muhittincamdali
7+
---
8+
9+
## 🚀 Feature Description
10+
A clear and concise description of the feature you'd like.
11+
12+
## 💡 Motivation
13+
Why is this feature important? What problem does it solve?
14+
15+
## 📋 Proposed Solution
16+
Describe the solution you'd like.
17+
18+
## 🔄 Alternatives Considered
19+
Describe any alternative solutions or features you've considered.
20+
21+
## 📝 Additional Context
22+
Add any other context or screenshots about the feature request here.
23+
24+
## ✅ Acceptance Criteria
25+
- [ ] Criteria 1
26+
- [ ] Criteria 2
27+
- [ ] Criteria 3
28+

0 commit comments

Comments
 (0)