Skip to content

Commit e7e70f5

Browse files
authored
Merge pull request #40 from rishabh3562/feat/prettier-formatting-issue-39
style: apply Prettier formatting to entire codebase
2 parents 0944379 + 66d02d7 commit e7e70f5

125 files changed

Lines changed: 2822 additions & 1878 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/NEXT_STEPS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All changes have been successfully committed and pushed to your repository!
77
**Commit**: `914e2b0` - fix(workflows): improve issue label detection and add label update tooling
88

99
**Changes Pushed**:
10+
1011
- ✅ Fixed Hacktoberfest workflow label detection logic
1112
- ✅ Created automated label update script
1213
- ✅ Added GitHub Actions workflow for easy updates
@@ -21,11 +22,13 @@ Your Hacktoberfest issues currently have incorrect "bug" labels. Follow these si
2122
### Step 1: Go to GitHub Actions
2223

2324
Open this link in your browser:
25+
2426
```
2527
https://github.com/rishabh3562/ToolBox/actions/workflows/update-labels.yml
2628
```
2729

2830
Or navigate manually:
31+
2932
1. Go to https://github.com/rishabh3562/ToolBox
3033
2. Click the "Actions" tab
3134
3. Click "Update Issue Labels" in the left sidebar
@@ -51,6 +54,7 @@ After the workflow completes:
5154
2. You should see proper labels on all 20 Hacktoberfest issues:
5255

5356
**Expected Label Distribution**:
57+
5458
- `security` - Authentication and security issues (2 issues)
5559
- `database` - Storage and migration issues (1 issue)
5660
- `enhancement` - Feature requests (8 issues)
@@ -64,6 +68,7 @@ After the workflow completes:
6468
- `devops` - CI/CD and deployment (1 issue)
6569

6670
**All issues will have**:
71+
6772
- `hacktoberfest` label
6873
- `help wanted` label (where applicable)
6974
- `good first issue` label (where applicable)
@@ -73,13 +78,15 @@ After the workflow completes:
7378
## 📊 What the Workflow Does
7479

7580
The workflow will:
81+
7682
1. ✅ Read your `.github/hacktoberfest-issues/ALL.md` file
7783
2. ✅ Find existing GitHub issues by matching titles
7884
3. ✅ Determine correct labels based on issue content
7985
4. ✅ Update labels via GitHub API
8086
5. ✅ Show summary of updates
8187

8288
**Safe Operation**:
89+
8390
- ❌ Will NOT recreate or delete issues
8491
- ❌ Will NOT modify issue titles or descriptions
8592
- ❌ Will NOT close any issues
@@ -91,25 +98,31 @@ The workflow will:
9198
## 🔍 Monitoring the Workflow
9299

93100
### While Running:
101+
94102
Click on the workflow run to see real-time logs:
103+
95104
- "Update labels on existing issues" job
96105
- Watch as each issue is processed
97106
- See which labels are applied
98107

99108
### If Something Goes Wrong:
109+
100110
The workflow includes detailed logging. Common issues:
101111

102112
**"Issue not found"**
113+
103114
- Issue title in ALL.md doesn't match GitHub issue title
104115
- Issue was deleted or renamed
105116
- Not a problem - workflow will continue with other issues
106117

107118
**"Rate limit exceeded"**
119+
108120
- Too many API calls
109121
- Wait 1 hour and re-run
110122
- Very unlikely with only 20 issues
111123

112124
**"Permission denied"**
125+
113126
- Repository permissions issue
114127
- Should not happen (workflow has correct permissions)
115128
- Contact GitHub support if this occurs
@@ -121,12 +134,14 @@ The workflow includes detailed logging. Common issues:
121134
After successful label updates:
122135

123136
### For Contributors:
137+
124138
- Your issues will be properly categorized
125139
- Easier for Hacktoberfest participants to find relevant issues
126140
- Better filtering by label type
127141
- More accurate skill matching
128142

129143
### For Your Project:
144+
130145
- Professional issue management
131146
- Clear organization for open source contributors
132147
- Better discoverability on GitHub
@@ -148,12 +163,15 @@ Both workflows are now available in your Actions tab!
148163
## 🆘 Need Help?
149164

150165
### Documentation Available:
166+
151167
- **Quick Start**: `.github/scripts/QUICK_START.md`
152168
- **Full Guide**: `.github/scripts/UPDATE_LABELS_README.md`
153169
- **Windows Guide**: `.github/scripts/RUN_ON_WINDOWS.md`
154170

155171
### Alternative Methods:
172+
156173
If GitHub Actions doesn't work, you can also:
174+
157175
1. Run the script locally (see RUN_ON_WINDOWS.md)
158176
2. Use GitHub CLI (see QUICK_START.md)
159177
3. Manually update labels (tedious, but possible)
@@ -163,6 +181,7 @@ If GitHub Actions doesn't work, you can also:
163181
## ✨ Summary
164182

165183
**What You Need to Do NOW**:
184+
166185
1. Go to: https://github.com/rishabh3562/ToolBox/actions/workflows/update-labels.yml
167186
2. Click "Run workflow" → "Run workflow"
168187
3. Wait 30 seconds

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
## Description
2-
<!-- Provide a brief description of the changes in this PR -->
32

3+
<!-- Provide a brief description of the changes in this PR -->
44

55
## Type of Change
6+
67
<!-- Check all that apply -->
8+
79
- [ ] New tool addition
810
- [ ] Tool improvement/update
911
- [ ] Bug fix
@@ -13,21 +15,26 @@
1315
- [ ] Other (please describe):
1416

1517
## Related Issue
18+
1619
<!-- Link to the issue this PR addresses -->
20+
1721
Closes #
1822

1923
## Changes Made
20-
<!-- List the specific changes made in this PR -->
21-
-
24+
25+
## <!-- List the specific changes made in this PR -->
26+
2227
-
2328
-
2429

2530
## Screenshots (if applicable)
26-
<!-- Add screenshots to demonstrate the changes -->
2731

32+
<!-- Add screenshots to demonstrate the changes -->
2833

2934
## Tool Information (if adding a new tool)
35+
3036
<!-- Fill this section only if you're adding a new tool -->
37+
3138
- **Tool Name:**
3239
- **Category:**
3340
- **Website:**
@@ -36,13 +43,17 @@ Closes #
3643
- **Key Features:**
3744

3845
## Testing
46+
3947
<!-- Describe how you tested your changes -->
48+
4049
- [ ] I have tested the changes locally
4150
- [ ] All links are working and valid
4251
- [ ] Information provided is accurate and up-to-date
4352

4453
## Checklist
54+
4555
<!-- Check all that apply -->
56+
4657
- [ ] I have read the [CONTRIBUTING.md](../CONTRIBUTING.md) guidelines (if available)
4758
- [ ] My code follows the project's style guidelines
4859
- [ ] I have checked for duplicate tools/issues before submitting
@@ -51,11 +62,13 @@ Closes #
5162
- [ ] My changes do not introduce any breaking changes
5263

5364
## Additional Context
54-
<!-- Add any other context or information about the PR here -->
5565

66+
<!-- Add any other context or information about the PR here -->
5667

5768
---
69+
5870
**For Maintainers:**
71+
5972
- [ ] Code review completed
6073
- [ ] Tests passed
6174
- [ ] Ready to merge

0 commit comments

Comments
 (0)