Issues are where open source collaboration begins. This guide covers everything from finding the right issue to file a perfect bug report - all with your keyboard and screen reader.
Screen reader note - New Issues Experience: This guide uses GitHub's improved Issues experience, which provides better ARIA landmark structure and live-region announcements for screen readers. This feature may already be active for your account - it has been broadly rolled out and may no longer appear as a Feature Preview toggle at all.
To verify: Activate the User Menu button (top-right of any GitHub page) → activate "Feature preview" → scan the list for "New Issues Experience":
- If listed and the toggle announces "Pressed" (or "Disable") - already enabled, no action needed
- If listed but not Pressed (or "Enable") - activate the toggle to enable it
- If not listed at all - the feature has graduated to the standard interface; it is active automatically
Full step-by-step instructions with per-screen-reader commands are in Pre-Workshop Setup, Step 4.
Browse vs Focus Mode (NVDA): Toggle between modes with
NVDA+Space(NVDA key =InsertorCaps Lock). Use Browse Mode (the default) for reading lists, headings, and issue content. Switch to Focus Mode when typing in text fields and search boxes. UseNVDA+F7at any time to open a list of all headings, links, form fields, buttons, and landmarks on the page - this is your orientation tool.
An issue is a discussion thread attached to a repository. Issues are used for:
- Bug reports - "This feature doesn't work when using a screen reader"
- Feature requests - "It would help if the submit button had an accessible label"
- Questions - "How do I configure X for Y use case?"
- Tasks - "Update the README with screen reader instructions"
- Accessibility reports - "The infinite scroll carousel is not keyboard accessible"
Every issue has a number (#42), a state (Open or Closed), a title, a description, and a comment thread. Issues are public by default on public repositories.
Visual / mouse users
Click the Issues tab in the repository navigation bar below the repository name. The tab shows the open issue count (e.g., “Issues · 14”).
Screen reader users (NVDA / JAWS - Windows)
- Press
Dto navigate to the "Repository navigation" landmark - Press
KorTabto move through the tab links - Find "Issues" - it will be announced with the count: "Issues, 14 open"
- Press
Enterto open the Issues tab
Screen reader users (VoiceOver - macOS)
VO+U→ Landmarks → navigate to "Repository navigation"VO+Rightor Quick NavKto move through tab links- Find "Issues" - VoiceOver announces the count: "Issues 14"
VO+Spaceto activate the Issues tab
Navigate directly: https://github.com/[owner]/[repo]/issues
[Search / filter bar] ← controls at the top
[State tabs: Open | Closed] ← filter by status
[Issues list] ← each issue is one list item or heading
[Pagination] ← at the bottom
Visual / mouse users
The issues list shows each issue as a row with its title, labels, number, assignee avatars, and comment count. Closed issues show a purple merged/closed badge. Click any issue title to open it. Use the Open and Closed toggle links above the list to switch between states.
Screen reader users (NVDA / JAWS)
- Press
Dto reach the “Search Results List” landmark - Press
3(h3) to navigate by issue titles - each issue title is an h3 link - Press
Ito move between list items if you want more detail per item - Press
Enteron a title to open that issue
Screen reader users (VoiceOver)
VO+U→ Landmarks → navigate to “Search Results List”VO+Downto read through itemsH(with Quick Nav on) orVO+U→ Headings to jump by issue title
When you navigate to an issue in the list, your screen reader will announce (in some order):
- Issue title (as a link)
- Issue number (
#42) - Labels (e.g., "bug, good first issue")
- Who opened it and when ("Opened 3 days ago by username")
- Number of comments ("5 comments")
Filtering lets you narrow the list to find the right issue quickly.
- Press
ForEto jump to the filter input field (or navigate from the landmark) - Switch to Focus Mode (
NVDA+Space/Insert+Z) if not already in it - Type your filter or search query
- Press
Enterto apply
Useful filter queries:
is:open label:"good first issue" ← great for finding your first contribution
is:open label:accessibility ← accessibility-related open issues
is:open assignee:@me ← issues assigned to you
is:open no:assignee ← unassigned issues
is:open author:@me ← issues you filed
mentions:@me ← where you were @mentioned
is:open is:unread ← issues with unread activity
Above the issue list, there is an actions toolbar with filter buttons for Labels, Milestones, Assignees, etc.
Visual / mouse users
The filter bar sits above the issue list. Click Label, Milestone, or Assignee to open a dropdown, select the values you want, then click anywhere outside to close. The issue list updates immediately.
Screen reader users (NVDA / JAWS - Windows)
- Press
Tabfrom the search bar (orShift+Tabfrom the issue list) to reach the actions toolbar - Press
←/→to move between toolbar options (Label, Milestone, Assignee, Sort) - Press
Enterto open the selected dropdown - Use
↑/↓to navigate options in the dropdown - Press
EnterorSpaceto select - Press
Escapeto close (filter applies immediately)
Screen reader users (VoiceOver - macOS)
Tabforward from the search bar to reach the filter buttons, or use Quick Nav to find themVO+Left/Rightto move between Label, Milestone, Assignee, Sort buttonsVO+Spaceto open the selected dropdownVO+Downor arrow keys to navigate the dropdown optionsVO+Spaceto select/deselectEscapeto close (filter applies immediately)
The two state links "Open" and "Closed" appear near the top of the issue list. Press K to navigate links until you find them, or look for them as buttons near the search bar.
When you open an issue, the page structure is:
[Issue title - h1]
[Open/Closed status badge]
[Author, timestamp, comment count]
─────────────────────────────────
[Issue description - Main content] ← the original post
[Labels, Assignees sidebar - h3s]
─────────────────────────────────
[Activity / Timeline] ← comments and events
[First comment - h3]
[Second comment - h3]
...
─────────────────────────────────
[Add a comment - landmark]
[Comment text area]
[Close issue / Submit button]
| Goal | Key |
|---|---|
| Hear the issue title | 1 |
| Jump to description | 2 (first h2 is usually "Description") |
| Jump to Activity section | 2 → next h2 is "Activity" |
| Navigate between comments | 3 (each comment is h3) |
| Jump to comment box | D → "Add a comment" landmark |
| Navigate labels/assignees | H or 3 in the sidebar |
- Press
2to reach the "Description" heading - Press
↓to read the content line by line, OR - Use
NVDA+↓(NVDA say all) to have it read continuously
Browse Mode recommended: The issue detail page is primarily text-based. Stay in Browse Mode (not Focus Mode) for reading - it gives you full heading (
H), section (D), and link (K) navigation throughout the page. Only switch to Focus Mode when you need to type in a comment box.
Markdown in the description renders as proper HTML: headings become actual headings, bullets become lists, code blocks become <code> elements with the text "code block" announced.
Each comment in the thread is marked as an h3. Navigate between them with 3.
Each comment announces:
- Commenter's username
- Timestamp ("2 days ago")
- Body text
- Reactions (if any - announced as a button with an emoji and count)
- A "Reply" link
Other timeline events (label added, PR linked, issue closed) appear between comments in the activity stream. They are typically announced as text paragraphs.
Visual / mouse users
- Scroll to the bottom of the issue page
- Click in the Leave a comment text area
- Type your comment (Markdown is supported - use the toolbar buttons above the text for bold, italic, code, etc.)
- Optionally click Preview to see how it will render
- Click the green Comment button to post
To close the issue while commenting: click the arrow on the Close issue button and choose Close with comment.
Screen reader users (NVDA / JAWS - Windows)
- Navigate to the comment box:
D→ "Add a comment" landmark, or pressEorFto focus the text area - Enter Focus Mode: NVDA:
Insert+Space| JAWS:Insert+Z - Type your comment (plain text or Markdown)
- To preview:
Tabto the Preview button, pressEnter; thenTabback to Write to continue editing - Submit: press
Ctrl+Enterfrom inside the text area, OR pressEscape→Tabto the Comment button →Enter
Screen reader users (VoiceOver - macOS)
- Navigate to the comment box:
VO+U→ Landmarks → "Add a comment", or Quick NavFto jump to the text area - Interact with the text area:
VO+Shift+Down - Type your comment (plain text or Markdown)
- To preview:
VO+Shift+Upto stop interacting, thenTabto the Preview button andVO+Space - Submit: press
Cmd+Returnfrom inside the text area, ORVO+Shift+Up→Tabto the Comment button →VO+Space
These keyboard shortcuts work inside the text area (Focus Mode):
| Shortcut | Result |
|---|---|
Ctrl+B |
Bold text |
Ctrl+I |
Italic text |
Ctrl+E |
Code span |
Ctrl+K |
Link text dialog |
Ctrl+Shift+. |
> Blockquote |
Ctrl+Shift+L |
- Bullet list |
Ctrl+Shift+7 |
1. Numbered list |
These are the GitHub built-in shortcuts for working with issues. Enable Focus Mode first (NVDA: NVDA+Space, JAWS: Insert+Z) before using single-key shortcuts.
On the Issues list page:
| Shortcut | Action |
|---|---|
? |
Show all shortcuts for this page |
G I |
Jump to the Issues tab from anywhere in the repo |
C |
Create a new issue |
Shortcut note: For G I, press G, release it, then press I (two sequential key presses, not simultaneous).
| Ctrl+/ (Win) or Cmd+/ (Mac) | Focus the issues search and filter bar |
| U | Filter by author |
| L | Filter by or edit labels |
| M | Filter by or edit milestones |
| A | Filter by or edit assignee |
| O or Enter | Open the selected issue |
On an open issue:
| Shortcut | Action |
|---|---|
M |
Set a milestone |
L |
Apply a label |
A |
Set an assignee |
X |
Link a related issue from the same repository |
R |
Quote selected text in your reply (select text first) |
Ctrl+Shift+P (Win) or Cmd+Shift+P (Mac) |
Toggle Write and Preview tabs |
Ctrl+Enter |
Submit comment from inside the text area |
Rto quote is a power move: Select any text in a comment while in Browse Mode (Shift+Arrowto select), then pressR. GitHub puts the quoted text in the comment box as a Markdown blockquote. Much faster than typing>manually.
For the full shortcut system, see Screen Reader Cheat Sheet - GitHub Shortcuts section.
- Navigate to your comment (
3to jump to comments) - Find the "..." (ellipsis) menu button near your comment
- Press
Enteron "Edit" from that menu - The comment turns into a text area - switch to Focus Mode
- Make your changes
- Tab to "Update comment" button → Enter
Visual / mouse users
From the Issues list page, click the green New issue button in the top-right of the issue list. If the repository has templates, a template picker page appears - click Get started next to the template that fits your needs, or click Open a blank issue to skip templates.
Screen reader users (NVDA / JAWS - Windows)
From the Issues list:
- Press
Kto navigate links and find the "New issue" button/link - Press
Enter - If a template picker appears: press
3to navigate template names, read the description below each, then pressEnteron "Get started" for the right template - or find "Open a blank issue." link if no template fits
Screen reader users (VoiceOver - macOS)
From the Issues list:
- Quick Nav
BorVO+U→ Buttons to find the "New issue" button VO+Spaceto activate it- If a template picker appears: Quick Nav
HorVO+Cmd+Hto navigate template names, thenVO+Spaceon "Get started" for the right template - or Quick NavKto find the "Open a blank issue" link
The issue form has these fields (order may vary depending on the template):
Title field:
- Find the Title input field (
For by landmark) - Focus Mode → type a clear, specific title
- Good title: "Screen reader announces wrong element count on Issues list with 50+ items"
- Bad title: "Bug with screen reader"
Description / Body field:
- Tab to the body text area
- Focus Mode → type using the Markdown template provided
- If no template, use this structure:
## What happened
Describe what you observed.
## What I expected
Describe what should have happened.
## How to reproduce
1. Step one
2. Step two
3. Step three
## Environment
- Screen reader: [NVDA 2025.3.3 / JAWS 2026 / VoiceOver macOS Sonoma]
- Browser: [Chrome 124 / Firefox 125 / Safari 17]
- OS: [Windows 11 / macOS 14]
- GitHub interface: [Modern experience (default since Jan 2026) / Classic experience]
## Additional context
Any other information, screenshots (with alt text), or links.Assigning labels from the sidebar:
While the form is open, the sidebar has dropdowns for Labels, Assignees, and Milestone.
Visual / mouse users
In the right sidebar, click the gear icon () next to Labels. A dropdown opens - click a label to select it. Click outside to close. Repeat for Assignees and Milestone.
Screen reader users (NVDA / JAWS - Windows)
Tabaway from the text area (or pressEscapeto leave Focus Mode)- Navigate to the sidebar - press
Hto find "Labels" heading - Press
Enteron the Labels gear/button - Dropdown opens →
↑/↓to navigate labels Enterto select/deselectEscapeto close (selections save automatically)
Screen reader users (VoiceOver - macOS)
VO+Shift+Upto stop interacting with the text areaVO+U→ Headings to find the "Labels" heading in the sidebarVO+Spaceon the Labels gear/button to open the dropdownVO+Downor arrow keys to navigate labelsVO+Spaceto select/deselectEscapeto close (selections save automatically)
Submitting the issue:
- Tab to "Submit new issue" button
- Press
Enter
Linking issues and PRs to each other creates a trail of context that helps everyone understand the project's history.
When you type these phrases in a PR description or comment (followed by an issue number), GitHub creates a connection:
| Keyword | Effect on merge |
|---|---|
Closes #42 |
Closes issue #42 when the PR merges |
Fixes #42 |
Same - typically for bugs |
Resolves #42 |
Same - general use |
refs #42 |
Creates a reference without auto-closing |
cc @username |
Notifies the person |
Simply type # followed by a number anywhere in a comment body. GitHub autocompletes with a dropdown of matching issues and PRs:
Step 1: Type # in the comment box (Focus Mode)
Step 2: A dropdown appears with issues and PRs
Step 3: ↑/↓ to navigate, or type more numbers to filter
Step 4: Enter to insert the reference
owner/repo#42 - references issue #42 in a different repository.
Sub-issues (released 2025) let you nest issues inside a parent issue to break large work into tracked pieces. A "parent" issue contains a list of child issues; each child is a full issue with its own discussion, labels, and assignees.
| Use case | Example |
|---|---|
| Large feature broken down | Parent: "Redesign navigation"; Children: "Keyboard nav," "Screen reader nav," "Mobile nav" |
| Epic tracking | Parent: "WCAG 2.1 AA compliance"; Children: one issue per failing criterion |
| Release milestone | Parent: "v2.0 release"; Children: every required PR/fix |
From any open issue:
1. Open the parent issue page
2. Scroll to (or H-navigate to) the "Sub-issues" section in the issue body/sidebar
3. Tab to "Add sub-issue" button → Enter
4. Type the issue number or title to search
5. Select the issue from the dropdown → Enter to link
Or: select "Create new issue" to create and link in one step
Screen reader note: The sub-issues section is announced as a region. After linking, the child issue appears as a list item with a checkbox showing its open/closed state. Tab through to read each child's title and status.
H → "Sub-issues" heading
↓ → list of linked child issues
Each item: [checkbox state] [issue title] [#number] [open/closed badge]
Tab → "Add sub-issue" button (if you have write access)
Progress indicator: The parent issue shows a completion bar (e.g., "3 of 7 completed") based on how many child issues are closed. Screen readers announce this as a progress region.
Every child issue shows a "Parent issue" link near the top of the page (above the description). Navigate with H or links (K) to find it.
| Feature | Task list checkboxes | Sub-issues |
|---|---|---|
| Location | Issue description (Markdown) | Sidebar/section (structured data) |
| Each item is | Text line + checkbox | A full GitHub issue |
| Tracked in Projects | No (checkbox only) | Yes (each child tracks independently) |
| Cross-repo | No | Yes |
| Best for | Quick checklists in one issue | Multi-issue work tracking |
Workshop tip: If you are working on a feature that requires multiple PRs or involves several team members, ask the maintainer to create a parent issue. You can then claim individual child issues without one person owning the whole feature.
Visual / mouse users
Scroll to the bottom of the issue page. Click the Close issue button next to the comment box. Optionally type a closing comment first. If you want to record a reason, click the dropdown arrow on the button and choose Close as completed or Close as not planned.
Screen reader users (NVDA / JAWS - Windows)
- Keyboard shortcut (fastest): Navigate to the comment text area (
D→ "Add a comment" landmark), switch to Focus Mode, then pressCtrl+Shift+Enterto close the issue - Button approach:
Tabto the "Close issue" button (at the bottom of the page, near the comment box) and pressEnter - Optionally leave a closing comment first
Screen reader users (VoiceOver - macOS)
- Keyboard shortcut (fastest):
VO+U→ Landmarks → "Add a comment", interact with the text area (VO+Shift+Down), then pressCmd+Shift+Returnto close the issue - Button approach: Quick Nav
BorTabto find the "Close issue" button, thenVO+Space - Optionally leave a closing comment first
If an issue is Closed, the "Close issue" button becomes "Reopen issue" - navigate and activate to reopen.
From the issue sidebar:
- Navigate to "Assignees" heading (
3orH) - Activate the gear/plus button
- Type a username in the search field
- Select from the dropdown
From the issue sidebar:
- Navigate to "Labels" heading
- Activate the gear button
- Select/deselect labels from the dropdown
- Press Escape to save
Available from the "..." (ellipsis) button at the top of the issue - navigate buttons with B to find it.
When looking for your first open source contribution:
- Navigate to any project's Issues tab
- Filter by label: type
is:open label:"good first issue"in the search - Read through issues until you find one in your area of interest
- Comment on the issue: "Hi, I'd like to work on this. Can I be assigned?"
- Wait for a maintainer to respond and assign you before starting work
Remember: It's respectful to ask before starting. Maintainers juggle many discussions and need to know who is working on what to avoid duplicated effort.
When filing accessibility bugs, these details help maintainers reproduce and fix the problem:
- Screen reader and version - "NVDA 2025.3.3" not just "screen reader"
- OS and version - "Windows 11 22H2"
- Browser and version - "Chrome 124.0.6367.82"
- GitHub interface - "Modern experience (default since Jan 2026)" or "Classic experience (opted out)"
- What was announced - quote the exact text your screen reader spoke
- What should have been announced - describe the expected behavior
- ARIA issue if known - e.g., "The button has no accessible name"
- Steps to reproduce - numbered, step-by-step
- Frequency - "This happens every time" vs "intermittent"
Example of a well-filed accessibility issue:
Title: Issues list does not announce label filtering results to screen readers
## What happened
When I apply a label filter on the Issues list using the Labels dropdown,
the filtered list updates visually but NVDA does not announce that the
results changed or how many items are now shown.
## What I expected
After filtering, the screen reader should announce something like
"14 issues open, filtered by label: accessibility" or a live region
update indicating the results changed.
## How to reproduce
1. Navigate to any repo's Issues tab
2. Press B to navigate to the "Label" filter button
3. Press Enter to open the dropdown
4. Select the "accessibility" label
5. Press Escape to close
6. Notice: no announcement that filtering has been applied
## Environment
- Screen reader: NVDA 2025.3.3 (with NVDA+Chrome)
- Browser: Chrome 124.0.6367.82
- OS: Windows 11 22H2
- GitHub interface: Modern experience (default since Jan 2026)
## Additional context
JAWS 2026 also does not announce. VoiceOver on macOS Sonoma with
Safari 17 does announce "List updated" when filtering is applied,
so the macOS behavior appears correct.
Time: 3 minutes | What you need: Browser, signed in to GitHub
Go to the Learning Room repository and file a real issue:
- Navigate to the Issues tab (press
GthenIin Focus Mode) - Find and activate the "New issue" button (
Kto links, orTabto it) - In the title field, type: "Introduce myself - [Your Name]"
- In the description, write 2-3 sentences: who you are, what screen reader you use, and one thing you're hoping to learn today
- Press
Ctrl+Enterto submit (or Tab to the Submit button and pressEnter)
You're done. You just filed your first GitHub issue. Go read someone else's introduction and leave a friendly comment - press 3 to jump between issue titles on the Issues list.
What success feels like: Your issue is live. Other participants can see it. You just contributed to a real repository - and it took less than three minutes.
File, read, comment on, and triage real issues manually before using any agent. If you have not done the triage work yourself - reading descriptions, assigning labels, identifying duplicates - you cannot evaluate whether an agent's priority scoring is correct. The skill must exist before the amplifier is useful.
Once you have mastered manual issue management:
- In VS Code -
@issue-tracker find open issues labeled good-first-issuesearches cross-repository with community sentiment scoring, release-awareness prioritization, and batch-reply capability across every repo you have access to- In your repo - The issue templates in
accessibility-agents/.github/ISSUE_TEMPLATE/structure both human filing and automated triage; forkaccessibility-agentsand that structure travels into any project you lead- In the cloud - GitHub Agentic Workflows triage new issues the moment they are opened: applying labels, posting first-response comments, adding to Project boards - the same triage actions you practiced manually today, running at scale
Today you are the triage engine. On Day 2, you understand the engine well enough to direct it.
Next: Working with Pull Requests Back: The Learning Room Related: Issue Templates Guide | Labels & Milestones | Culture & Etiquette