refactore: update mentor preference question to be more inclusive#257
Merged
dricazenck merged 4 commits intoWomen-Coding-Community:mainfrom Mar 21, 2026
Merged
Conversation
…nity/main Fix mentee registration form (Women-Coding-Community#248)
The original question framing ("do not identify as women") was negatively
worded and lacked context for mentors filling out the form. The new copy
adds a brief mission statement to help mentors understand the community's
priorities before answering, and replaces the bare "Yes/No" radio labels
with descriptive options that eliminate ambiguity. The aria-label is also
updated to remove the negative framing for screen reader users.
|
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.



Description
The mentor registration form previously asked "Are you open to mentoring individuals who do not identify as women?"
with bare "Yes/No" radio options. This framing was negatively worded, lacked context about the community's mission,
and could be confusing for mentors filling out the form. This PR updates the question to lead with a brief mission
statement and replaces the ambiguous labels with descriptive options, making the mentor's choice clear and
values-aligned. The
aria-labelon the radio group is also improved to remove negative framing for screen readerusers.
Type
Related Issue
Related to Women-Coding-Community/wcc-backend#517 (Women-Coding-Community/wcc-backend#517)
Screenshots
Before:

After:

Testing
No new unit tests were added (copy-only change, no logic affected).
Manual testing steps:
pnpm devand navigate to the mentor registration form.tech. Are you open to mentoring mentees of all gender identities?"
non-binary individuals".
Pull request checklist