You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The good-first-issue link in CONTRIBUTING.md filters by a hyphenated label good-first-issue that doesn't exist. The actual repo label uses spaces: good first issue.
Fix: replace label%3Agood-first-issue with label%3A%22good+first+issue%22 in the URL.
The
good-first-issuelink in CONTRIBUTING.md filters by a hyphenated labelgood-first-issuethat doesn't exist. The actual repo label uses spaces:good first issue.Fix: replace
label%3Agood-first-issuewithlabel%3A%22good+first+issue%22in the URL.