Page location/URL
https://www.drupal.org/community/contributor-guide
Problem/Motivation
For a novice it is not very easy just to get a search/list of all tasks marked "Novice" for absolute beginners.
Proposed resolution
Adds an action button link to https://www.drupal.org/project/issues/search?issue_tags=Novice&status[]=...
Proposed HTML:
<h2>👋 Are you ready to tackle some open issues?</h2>
We curate a filtered list of issues that are ideal for beginners. Issues with the 'novice' tag are a great way to get started with contributing to the Drupal project.
<a class="action-button" href="https://www.drupal.org/project/issues/search?issue_tags=Novice&status[]=Open">Find a Novice Issue</a>
Proposed Content:
👋 Are you ready to tackle some open issues?
We curate a filtered list of issues that are ideal for beginners. Issues with the 'novice' tag are a great way to get started with contributing to the Drupal project.
Remaining tasks
Thank @lostcarpark ( james Shields) for sharing that link on the slack channel. In my opinion it belongs on https://www.drupal.org/community/contributor-guide
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | Screenshot 2026-01-15 at 2.39.34 PM.png | 221.11 KB | mdranove |
| #13 | Contributor Guide.png | 70.95 KB | nexusnovaz |
Issue fork drupal_org_community-3477197
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
halvar_ioComment #3
halvar_ioComment #4
avpadernoComment #5
axbThe page appears to not be editable by the community: https://www.drupal.org/community/contributor-guide
Have asked @rachel_norfolk on Slack #documentation for assistance in understanding why the page is not editable.
https://drupal.slack.com/archives/C220WV2TW/p1745504606168249
Comment #6
nexusnovaz commentedWith the help of @rachel_norfolk at DrupalCon Vienna 2025, i've made a change to the documentation. Please could someone review, provide any feedback? I placed it at the bottom of the "Browse Contribution Opportunities" heading.
Comment #7
mradcliffeI confirm that the link is added at the bottom of the list.
Would it be possible to make this similar to a call to action (CTA) button-like link similar to the "Watch the Video" links?
Something like
This is similar to the section above issue queues on GitHub. I am not sure where to place that section on the page, but it might be better below the etiquette.
What do other people think?
Comment #8
mradcliffeI noticed that the link also includes closed issues.
- Core open Novice issues: https://www.drupal.org/project/issues/search/drupal?issue_tags=Novice&st...
- All open Novice issues: https://www.drupal.org/project/issues/search?issue_tags=Novice&status[]=...
Comment #9
halvar_ioYes a big green button would certainly do it !
( I am present on the contrib room right now )
Comment #10
mradcliffeI'm not in attendance, but I am available in Slack for a bit.
I think that means we're back to Needs work. I updated the issue summary.
Comment #11
nexusnovaz commentedSince the Open status also shows "Fixed" issues, should we change the URL to something like: https://www.drupal.org/project/issues/search?projects=&project_issue_fol.... It is a bit messier, but it provides more accurate tickets that can be worked on
Comment #12
avpadernohttps://www.drupal.org/project/issues/search?projects=&project_issue_fol... seems good, to me. Probably Patch (to be ported) will no longer be used, now that we use merge requests; otherwise, that should be included too.
Since this very issue is included in that view, probably Novice should not be used for it.
Comment #13
nexusnovaz commentedI've updated the sections. Hopefully this looks a lot better! Ready for review.
Comment #14
mdranove commentedI think
<h3tags would look better than<p>. Also makes more sense semantically? This is how it would lookComment #15
nexusnovaz commentedThat makes sense to me @mdranove. I've gone ahead and updated that to a h3!
Setting back to review
Comment #16
nexusnovaz commentedComment #17
mdranove commentedLooks good to me!
Comment #18
rachel_norfolkThis is great - thank you all!!