Skip to content

Commit 59923c7

Browse files
delete: remove the complete setup guide for GitHub Actions learning repository
1 parent 2189f29 commit 59923c7

5 files changed

Lines changed: 585 additions & 1087 deletions

File tree

.github/ISSUE_TEMPLATE/badge_submission.md

Lines changed: 51 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,103 +1,93 @@
11
---
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]"
45
labels: ['submission', 'pending-review']
56
assignees: ['nisalgunawardhana']
67
---
78

8-
## 🎖️ Badge Submission Tracking
9+
## 🎖️ Badge Submission Form
910

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!**
1512

1613
---
1714

18-
## 📋 Submission Summary
15+
## 📋 Select Your Level
1916

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:
2418

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)
3022

3123
---
3224

33-
## 🎯 Tasks Status
25+
## 📝 Submission Details
3426

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]
3928

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]
4530

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]
5034

5135
---
5236

53-
## 📸 Evidence Summary
37+
## ✅ Submission Checklist
5438

55-
<!-- Quick summary of evidence provided -->
39+
Before submitting, confirm you have:
5640

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
6249

6350
---
6451

65-
## 📝 Additional Information
52+
## 📸 Quick Evidence Summary
6653

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 ✅
6958

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) ✅
7264

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 ✅
7569

7670
---
7771

78-
## 🔍 Review Status
72+
## 📝 Additional Notes
7973

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]
8477

8578
---
8679

87-
## ✅ Submission Checklist
80+
## 🤖 What Happens Next
8881

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! 🏅
9787

9888
---
9989

100-
## 📞 Questions or Issues?
90+
**Thank you for submitting! We'll review your work soon.**
10191

10292
If you have questions about your submission:
10393

0 commit comments

Comments
 (0)