Issues such as “good first issue” or “help wanted” are difficult to find. Right now a user would have to click on a specific repository and look through their issues to apply label filters. Being able to find issues easier would encourage more people, especially novice programmers, to contribute to open source projects#3
Open
mynamevansh wants to merge 3 commits intolaurandarius:masterfrom
Open
Issues such as “good first issue” or “help wanted” are difficult to find. Right now a user would have to click on a specific repository and look through their issues to apply label filters. Being able to find issues easier would encourage more people, especially novice programmers, to contribute to open source projects#3mynamevansh wants to merge 3 commits intolaurandarius:masterfrom
mynamevansh wants to merge 3 commits intolaurandarius:masterfrom
Conversation
- Add --openssl-legacy-provider flag to npm scripts for Node.js 17+ compatibility - Fix repository URL in README.md to point to correct repository - Update package-lock.json with latest dependencies This resolves the 'digital envelope routines::unsupported' error and allows the project to run on modern Node.js versions.
- Improve Welcome component with better messaging and search tips - Enhance NoResults component with helpful suggestions - Completely rewrite README.md with better structure and contributing guidelines - Add emojis and better formatting for improved user experience - Add npm script for dependency updates - Make the app more beginner-friendly with clear instructions
- Add 'Copy URL' button to each issue result for easy sharing - Implement clipboard functionality with fallback for older browsers - Create comprehensive CHANGELOG.md documenting all improvements - Enhance .gitignore with better coverage for modern development - Improve user experience with instant URL copying capability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 Summary
This PR fixes critical compatibility issues and enhances the overall user experience of Issues Hunt.
🔧 Changes Made
Critical Fixes
--openssl-legacy-providerflag to resolvedigital envelope routines::unsupportederrorNew Features
UI/UX Improvements
Project Maintenance
npm run update-depsfor easy maintenance🚀 Impact
🧪 Testing
🔗 Related Issues
Fixes compatibility issues preventing new contributors from running the project locally.
✅ Checklist