docs: add GOOD_FIRST_ISSUES.md with beginner-friendly issues#359
Conversation
|
Someone is attempting to deploy a commit to the Darshan Rajput's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Thanks for the contribution. For future contributions, please follow the project's contribution workflow: Open an issue first and clearly describe the problem, improvement, or feature you would like to work on. This helps avoid duplicate work and ensures that contributions align with the project's roadmap before development begins. Since this PR was opened without a prior assigned issue, please open an issue first for discussion next time. Thank you for your interest in contributing. |
|
Acknowledged on the issue-first workflow — got it for future contributions. The change in this PR is small (template / metadata / unused-import cleanup) and the docs pattern followed what the README already had, but I should have opened an issue first to align with your contribution policy. I'll do that going forward. If you'd like, I can close this PR and re-open it against a tracking issue — let me know. |
Summary
GOOD_FIRST_ISSUES.mdwith 5 specific, well-defined issues suitable for new contributors.Problem
CONTRIBUTING.md references
GOOD_FIRST_ISSUES.mdbut this file did not exist, leaving potential contributors without clear entry points.Evidence
CONTRIBUTING.mdline 10 states: "SeeGOOD_FIRST_ISSUES.mdfor bite-sized tasks" — butfind . -name "GOOD_FIRST_ISSUES.md"returned no results.Solution
Created
GOOD_FIRST_ISSUES.mdwith 5 real, verified issues identified through code analysis:localBookmarks.add()throws generic error without URL contextTests / Validation
Risk / Compatibility
Low — documentation only, no code changes.
Notes for maintainers