Skip to content

Commit a3d1acd

Browse files
Refactor badge submission template for clarity and conciseness
1 parent 59923c7 commit a3d1acd

1 file changed

Lines changed: 39 additions & 75 deletions

File tree

.github/ISSUE_TEMPLATE/badge_submission.md

Lines changed: 39 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -6,115 +6,79 @@ labels: ['submission', 'pending-review']
66
assignees: ['nisalgunawardhana']
77
---
88

9-
## 🎖️ Badge Submission Form
9+
## 🎖️ Badge Submission
1010

11-
**Choose your level below, and we'll automatically apply the correct labels and assign the reviewer!**
11+
**Please fill in all fields below.**
1212

1313
---
1414

15-
## 📋 Select Your Level
15+
## 📋 Which Level Are You Submitting?
1616

17-
Choose which badge you're submitting for:
17+
Type your level (type exactly as shown):
18+
- Type: **beginner** (Tasks 1-3)
19+
- Type: **intermediate** (Tasks 4-7)
20+
- Type: **advanced** (Tasks 8-10)
1821

19-
- [ ] **🌟 Beginner** - Tasks 1-3 (30 min)
20-
- [ ] **⭐⭐ Intermediate** - Tasks 4-7 (1-2 hours)
21-
- [ ] **⭐⭐⭐ Advanced** - Tasks 8-10 (2-3 hours)
22+
**My Level:**
2223

2324
---
2425

25-
## 📝 Submission Details
26+
## 👤 Your Information
2627

27-
**Your Name:** [Your GitHub username]
28+
**GitHub Username:** @[your-username]
2829

29-
**PR Link:** [Link to your pull request with submission file]
30+
**PR Link:** [Paste your pull request URL]
3031

31-
**Branch Name:** [e.g., working-beginner-john]
32+
**Branch Name:** working-[level]-[yourname]
3233

33-
**Submission File:** [e.g., .github/submissions/beginner-john.md]
34+
**Submission File:** .github/submissions/[level]-[yourname].md
3435

3536
---
3637

37-
## Submission Checklist
38+
## Confirmation
3839

39-
Before submitting, confirm you have:
40+
Before submitting, confirm:
4041

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
42+
- [ ] I have completed ALL tasks for my level
43+
- [ ] I have created the submission file in `.github/submissions/`
44+
- [ ] I have created a Pull Request
45+
- [ ] I have added evidence/screenshots to my submission
46+
- [ ] I have read the [README.md](README.md)
4947

5048
---
5149

52-
## 📸 Quick Evidence Summary
50+
## 📸 Evidence Overview
5351

54-
### For Beginner:
55-
- Task 1: Hello World workflow running ✅
56-
- Task 2: Push trigger activated ✅
57-
- Task 3: Local tests passing ✅
52+
**For Beginner:**
53+
- Task 1: Hello World workflow ran ✓
54+
- Task 2: Push trigger worked ✓
55+
- Task 3: Local tests passed ✓
5856

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) ✅
57+
**For Intermediate:**
58+
- Task 4: Custom workflow created ✓
59+
- Task 5: Environment variables used ✓
60+
- Task 6: Secrets accessed safely ✓
61+
- Task 7: Matrix testing worked ✓
6462

65-
### For Advanced:
66-
- Task 8: Artifacts uploaded & downloaded
67-
- Task 9: Conditional execution working ✅
68-
- Task 10: PR & issue with templates
63+
**For Advanced:**
64+
- Task 8: Artifacts uploaded/downloaded
65+
- Task 9: Conditional execution worked ✓
66+
- Task 10: PR & issue templates used ✓
6967

7068
---
7169

7270
## 📝 Additional Notes
7371

74-
Any questions, challenges you faced, or additional context you'd like to share:
75-
76-
[Your notes here]
72+
Any challenges or notes:
7773

7874
---
7975

8076
## 🤖 What Happens Next
8177

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! 🏅
87-
88-
---
89-
90-
**Thank you for submitting! We'll review your work soon.**
91-
92-
If you have questions about your submission:
93-
94-
1. **Comment below** with your question
95-
2. **Check the [Submission Guide](.github/submissions/SUBMISSION_GUIDE.md)** for common FAQs
96-
3. **Review [README.md](README.md)** for badge requirements
97-
4. **Create a [Question Issue](.github/ISSUE_TEMPLATE/question.md)** for general help
78+
1. Reviewer checks your work (2-5 days)
79+
2. You'll get feedback on the PR if changes needed
80+
3. Once approved, badge is awarded! 🏅
9881

9982
---
10083

101-
## 🎉 Approval Status
102-
103-
**When Approved:**
104-
- ✅ Your badge will be awarded
105-
- ✅ Your name added to Hall of Fame in README
106-
- ✅ This issue will be closed
107-
- ✅ You'll be recognized as a GitHub Actions learner!
108-
109-
**If Changes Needed:**
110-
- 📝 Reviewer will comment with feedback
111-
- 📝 Make requested updates to your PR
112-
- 📝 Leave a comment when updates are complete
113-
- 📝 PR will be re-reviewed
114-
115-
---
116-
117-
**Good luck! 🚀**
118-
See [Submission Guide](../../.github/submissions/SUBMISSION_GUIDE.md) for complete instructions.
119-
120-
For support: [@nisalgunawardhana](https://github.com/nisalgunawardhana)
84+
**Thank you for submitting!** 🚀

0 commit comments

Comments
 (0)