Monorepo for Tangled tangled.org
758
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview: fix good-first-issues link on homepage #23

open opened by bhmt.dev targeting master from bhmt.dev/tangled.org__core: fix/good-first-issues-link

The homepage (before login) encourages you to find a good first issue, but links only to the broader issues page for the Tangled repo.

This PR modifies that link to add a query string to filter down to actual good-first-issues.

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:6wgqufzto25uhayoex2bbkqh/sh.tangled.repo.pull/3mkkwajprez22
+1 -1
Diff #0
+1 -1
appview/pages/templates/timeline/home.html
··· 348 348 <br> 349 349 <br> 350 350 We welcome contributions however big or small. You can start contributing by picking up a 351 - <a class="underline" href="https://tangled.org/tangled.org/core/issues">good-first-issue</a>. 351 + <a class="underline" href="https://tangled.org/tangled.org/core/issues?q=state%3Aopen+label%3Agood-first-issue">good-first-issue</a>. 352 352 </p> 353 353 <a href="{{ $moreLink }}" class="{{ $linkMobileStyle }}"> 354 354 View source

History

1 round 0 comments
sign up or login to add to the discussion
bhmt.dev submitted #0
1 commit
expand
appview/pages: fix good first issues link on homepage
merge conflicts detected
expand
  • appview/pages/templates/timeline/home.html:348
expand 0 comments