Skip to content

Add '3STF Tools' entry to resources#1114

Open
ishmum99 wants to merge 2 commits intomarcelscruz:mainfrom
ishmum99:patch-1
Open

Add '3STF Tools' entry to resources#1114
ishmum99 wants to merge 2 commits intomarcelscruz:mainfrom
ishmum99:patch-1

Conversation

@ishmum99
Copy link
Copy Markdown

Added a new tool entry for '3STF Tools' — a free, privacy-focused browser toolset for developers and creators.

Pull Request Template

Please ensure all items below are checked before creating a pull request:

  • My changes were made in the resources folder, not in the auto-generated README.md file or db folder
  • The resource is highly or exclusively related to programming and development
  • My submission is formatted according to the guidelines in the contributing guide
  • My submission is ordered alphabetically based on the resource name
  • My submission has a useful description
  • I have searched the repository for any relevant issues or pull requests

Added a new tool entry for '3STF Tools' with relevant details.
Copilot AI review requested due to automatic review settings April 25, 2026 13:46
@github-actions
Copy link
Copy Markdown
Contributor

New resource link: https://www.3stf.com/

@github-actions
Copy link
Copy Markdown
Contributor

🤖 Automated PR Validation

⚠️ Issues Found

The following issues were detected. GitHub Copilot will review this PR and report any additional issues.

Resource Validation Errors

🏷️ Invalid Categories

  • 0-9.ts:47: Resource "3STF Tools": Invalid category "Tool"

🔤 Alphabetical Order

  • n.ts:75: Resource "NexTool" should come before "Nextradar"
  • o.ts:29: Resource "Octotree" should come before "OrcaSheets"

📋 Request for GitHub Copilot

Review this PR and report any issues you find, including:

  • Code quality and style issues
  • Additional validation errors not caught by automated checks
  • Best practices and improvements

📚 Resources:

GitHub Copilot will review this PR and report any issues found.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new numeric-prefixed resource entry (“3STF Tools”) to the curated resources dataset.

Changes:

  • Added “3STF Tools” entry (name/description/url/keywords) to resources/0-9.ts
  • Classified the resource under categories

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread resources/0-9.ts Outdated
name: '3STF Tools',
description:
'A clean collection of free browser tools for developers, writers, and creators. No accounts. No ads. No data collected.',
categories: ['Tool', 'Productivity'],
Copy link

Copilot AI Apr 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

categories includes 'Tool', but the Category union type does not define 'Tool' (it uses 'Tooling' instead). This will break TypeScript type-checking; please replace 'Tool' with a valid category value (likely 'Tooling') or another allowed category from types/category.ts.

Suggested change
categories: ['Tool', 'Productivity'],
categories: ['Tooling', 'Productivity'],

Copilot uses AI. Check for mistakes.
Comment thread resources/0-9.ts
Comment on lines +48 to +53
name: '3STF Tools',
description:
'A clean collection of free browser tools for developers, writers, and creators. No accounts. No ads. No data collected.',
categories: ['Tool', 'Productivity'],
url: 'https://www.3stf.com/',
keywords: ['json formatter', 'image converter', 'password generator', 'word counter', 'developer tools', 'free tools', 'privacy', 'client-side'],
Copy link

Copilot AI Apr 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new resource entry has inconsistent indentation compared to the surrounding objects (extra leading spaces on name, description, etc.). Please format it to match the file’s existing style (and/or run the repo formatter) to keep diffs clean and avoid lint/format checks failing.

Suggested change
name: '3STF Tools',
description:
'A clean collection of free browser tools for developers, writers, and creators. No accounts. No ads. No data collected.',
categories: ['Tool', 'Productivity'],
url: 'https://www.3stf.com/',
keywords: ['json formatter', 'image converter', 'password generator', 'word counter', 'developer tools', 'free tools', 'privacy', 'client-side'],
name: '3STF Tools',
description:
'A clean collection of free browser tools for developers, writers, and creators. No accounts. No ads. No data collected.',
categories: ['Tool', 'Productivity'],
url: 'https://www.3stf.com/',
keywords: ['json formatter', 'image converter', 'password generator', 'word counter', 'developer tools', 'free tools', 'privacy', 'client-side'],

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Copy Markdown
Contributor

New resource link: https://www.3stf.com/

@github-actions
Copy link
Copy Markdown
Contributor

🤖 Automated PR Validation

⚠️ Issues Found

The following issues were detected. GitHub Copilot will review this PR and report any additional issues.

Resource Validation Errors

🔤 Alphabetical Order

  • n.ts:75: Resource "NexTool" should come before "Nextradar"
  • o.ts:29: Resource "Octotree" should come before "OrcaSheets"

📋 Request for GitHub Copilot

Review this PR and report any issues you find, including:

  • Code quality and style issues
  • Additional validation errors not caught by automated checks
  • Best practices and improvements

📚 Resources:

GitHub Copilot will review this PR and report any issues found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants