docs: Good first issues & bounties page (addresses #2481)#3894
Open
Bennethxyz wants to merge 5 commits intoconversejs:masterfrom
Open
docs: Good first issues & bounties page (addresses #2481)#3894Bennethxyz wants to merge 5 commits intoconversejs:masterfrom
Bennethxyz wants to merge 5 commits intoconversejs:masterfrom
Conversation
added 5 commits
October 22, 2025 13:08
… and new setting \n\n- Replace plain domain input with autocomplete component (prefix filter)\n- Expose setting (array of provider domains)\n- Import autocomplete component in register plugin\n- Docs: add configuration section for (with example)\n\nAddresses conversejs#2740 (bounty/good-first-issue).
…e \n\n- Use property bindings for .list and .data (remove quoted strings)\n- Trigger suggestions on '@' with min_chars=1\n- Merge configured into domain list\n\nAddresses conversejs#2929 (bounty).
…player - <figure role=group aria-label> and <audio aria-label tabindex=0 preload=metadata> - Caption/hostname continues to render when not hidden Addresses conversejs#3382 (bounty): improve screen reader access to play controls.
…ddresses conversejs#1559)\n\n- New visible_toolbar_buttons.location (default true)\n- Adds location button to chat and MUC toolbars\n- Uses Geolocation API to insert geo:lat,lon into the draft\n- Leverages existing geo: rendering support (Texture addMapURLs)
…TRIBUTING (addresses conversejs#2481)
Member
|
Thank you @Bennethxyz for making a pull request! However there are 5 different commits in this PR and looks like other changes are also made which are not mentioned in the PR description and are not about documentation changes. Can you please update your PR so that only the commit(s) relevant to the documentation change you made are included? Please make separate PRs for the other changes if you'd also like to contribute them. |
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.
Adds a docs page that consolidates links to good-first-issue and bounty queries, includes a concise summary of bounty rules, and links back to development/testing/style-guide. Also links it from the docs index and CONTRIBUTING.md.\n\nThis implements the call in #2481 to surface good-first-issue and bounty guidance for newcomers.