|
1 | 1 | --- |
2 | | -name: 🎖️ Badge Submission Issue |
3 | | -about: Report and track your badge submission |
| 2 | +name: 🎖️ Badge Submission |
| 3 | +about: Submit your completed tasks for badge review |
| 4 | +title: "🎖️ Badge Submission - [Your Name]" |
4 | 5 | labels: ['submission', 'pending-review'] |
5 | 6 | assignees: ['nisalgunawardhana'] |
6 | 7 | --- |
7 | 8 |
|
8 | | -## 🎖️ Badge Submission Tracking |
| 9 | +## 🎖️ Badge Submission Form |
9 | 10 |
|
10 | | -**Submitted by:** @YOUR-USERNAME |
11 | | -**Badge Level:** [Select: Beginner / Intermediate / Advanced] |
12 | | -**PR Link:** [Link to your submission PR] |
13 | | -**Submission Date:** [Date] |
14 | | -**Status:** Pending Review |
| 11 | +**Choose your level below, and we'll automatically apply the correct labels and assign the reviewer!** |
15 | 12 |
|
16 | 13 | --- |
17 | 14 |
|
18 | | -## 📋 Submission Summary |
| 15 | +## 📋 Select Your Level |
19 | 16 |
|
20 | | -### Badge Level Selected |
21 | | -- [ ] 🌟 Beginner (Tasks 1-3) |
22 | | -- [ ] ⭐⭐ Intermediate (Tasks 4-7) |
23 | | -- [ ] ⭐⭐⭐ Advanced (Tasks 8-10) |
| 17 | +Choose which badge you're submitting for: |
24 | 18 |
|
25 | | -### Associated Pull Request |
26 | | -<!-- Link to your badge submission PR --> |
27 | | -- **PR Number:** #[number] |
28 | | -- **PR Link:** [URL] |
29 | | -- **Branch:** `submission/[level]-badge-yourname` |
| 19 | +- [ ] **🌟 Beginner** - Tasks 1-3 (30 min) |
| 20 | +- [ ] **⭐⭐ Intermediate** - Tasks 4-7 (1-2 hours) |
| 21 | +- [ ] **⭐⭐⭐ Advanced** - Tasks 8-10 (2-3 hours) |
30 | 22 |
|
31 | 23 | --- |
32 | 24 |
|
33 | | -## 🎯 Tasks Status |
| 25 | +## 📝 Submission Details |
34 | 26 |
|
35 | | -### For Beginner Badge: |
36 | | -- [ ] Task 1: Run Your First Workflow - ✅ Complete |
37 | | -- [ ] Task 2: Understand Workflow Triggers - ✅ Complete |
38 | | -- [ ] Task 3: Build and Test Locally - ✅ Complete |
| 27 | +**Your Name:** [Your GitHub username] |
39 | 28 |
|
40 | | -### For Intermediate Badge: |
41 | | -- [ ] Task 4: Create a Custom Workflow - ✅ Complete |
42 | | -- [ ] Task 5: Add Environment Variables - ✅ Complete |
43 | | -- [ ] Task 6: Use GitHub Secrets - ✅ Complete |
44 | | -- [ ] Task 7: Matrix Testing - ✅ Complete |
| 29 | +**PR Link:** [Link to your pull request with submission file] |
45 | 30 |
|
46 | | -### For Advanced Badge: |
47 | | -- [ ] Task 8: Upload and Download Artifacts - ✅ Complete |
48 | | -- [ ] Task 9: Conditional Execution - ✅ Complete |
49 | | -- [ ] Task 10: Create a PR and Use Issue Templates - ✅ Complete |
| 31 | +**Branch Name:** [e.g., working-beginner-john] |
| 32 | + |
| 33 | +**Submission File:** [e.g., .github/submissions/beginner-john.md] |
50 | 34 |
|
51 | 35 | --- |
52 | 36 |
|
53 | | -## 📸 Evidence Summary |
| 37 | +## ✅ Submission Checklist |
54 | 38 |
|
55 | | -<!-- Quick summary of evidence provided --> |
| 39 | +Before submitting, confirm you have: |
56 | 40 |
|
57 | | -### Evidence Provided: |
58 | | -- [ ] Screenshots attached to PR |
59 | | -- [ ] Workflow logs included |
60 | | -- [ ] Implementation details documented |
61 | | -- [ ] Code/configuration examples shown |
| 41 | +- [ ] Forked the repository |
| 42 | +- [ ] Created a branch named `working-<level>-<name>` |
| 43 | +- [ ] Completed ALL tasks for your level |
| 44 | +- [ ] Gathered evidence (screenshots/workflow links) |
| 45 | +- [ ] Created submission file: `.github/submissions/<level>-<name>.md` |
| 46 | +- [ ] Committed and pushed to your branch |
| 47 | +- [ ] Created a Pull Request on GitHub |
| 48 | +- [ ] Linked your PR above |
62 | 49 |
|
63 | 50 | --- |
64 | 51 |
|
65 | | -## 📝 Additional Information |
| 52 | +## 📸 Quick Evidence Summary |
66 | 53 |
|
67 | | -### Learning Outcome |
68 | | -<!-- What did you learn completing these tasks? --> |
| 54 | +### For Beginner: |
| 55 | +- Task 1: Hello World workflow running ✅ |
| 56 | +- Task 2: Push trigger activated ✅ |
| 57 | +- Task 3: Local tests passing ✅ |
69 | 58 |
|
70 | | -### Challenges Faced |
71 | | -<!-- Any challenges you faced and how you overcame them? --> |
| 59 | +### For Intermediate: |
| 60 | +- Task 4: Custom workflow on develop ✅ |
| 61 | +- Task 5: Environment variables in logs ✅ |
| 62 | +- Task 6: Secrets access (masked) ✅ |
| 63 | +- Task 7: Matrix testing (3 parallel jobs) ✅ |
72 | 64 |
|
73 | | -### Additional Context |
74 | | -<!-- Any other relevant information --> |
| 65 | +### For Advanced: |
| 66 | +- Task 8: Artifacts uploaded & downloaded ✅ |
| 67 | +- Task 9: Conditional execution working ✅ |
| 68 | +- Task 10: PR & issue with templates ✅ |
75 | 69 |
|
76 | 70 | --- |
77 | 71 |
|
78 | | -## 🔍 Review Status |
| 72 | +## 📝 Additional Notes |
79 | 73 |
|
80 | | -**Current Status:** Pending Review |
81 | | -**Assigned to:** @nisalgunawardhana |
82 | | -**Labels:** `submission`, `pending-review`, `[level-label]` |
83 | | -**Expected Review Time:** 2-5 days |
| 74 | +Any questions, challenges you faced, or additional context you'd like to share: |
| 75 | + |
| 76 | +[Your notes here] |
84 | 77 |
|
85 | 78 | --- |
86 | 79 |
|
87 | | -## ✅ Submission Checklist |
| 80 | +## 🤖 What Happens Next |
88 | 81 |
|
89 | | -**Before Submitting:** |
90 | | -- [ ] All tasks completed |
91 | | -- [ ] Evidence gathered and attached |
92 | | -- [ ] PR created with badge submission template |
93 | | -- [ ] PR title formatted: "🎖️ [LEVEL] Badge Submission - Your Name" |
94 | | -- [ ] Labels applied: `submission`, `pending-review`, `[level]` |
95 | | -- [ ] Assigned to @nisalgunawardhana |
96 | | -- [ ] This tracking issue created |
| 82 | +1. **Automatic** - Labels added based on your level choice |
| 83 | +2. **Automatic** - Assigned to @nisalgunawardhana for review |
| 84 | +3. **2-5 days** - Reviewer checks your evidence and work |
| 85 | +4. **Feedback** - If revisions needed, you'll be notified in the PR |
| 86 | +5. **Approval** - Badge awarded! 🏅 |
97 | 87 |
|
98 | 88 | --- |
99 | 89 |
|
100 | | -## 📞 Questions or Issues? |
| 90 | +**Thank you for submitting! We'll review your work soon.** ✨ |
101 | 91 |
|
102 | 92 | If you have questions about your submission: |
103 | 93 |
|
|
0 commit comments