Skip to content

Commit 7011bd2

Browse files
committed
Rebrand from BITS to Community Access - update all URLs, references, and HTML
1 parent ceb37ac commit 7011bd2

File tree

79 files changed

+459
-390
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+459
-390
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: "Register for GIT Going with GitHub (March 7-8, 2026)"
4-
url: https://bits-acb.github.io/git-going-with-github/REGISTER.html
4+
url: https://community-access.github.io/git-going-with-github/REGISTER.html
55
about: Two-step registration (GitHub issue + Zoom). Free, online, 75 seats.
66
- name: GitHub Skills - Introduction to GitHub
77
url: https://github.com/skills/introduction-to-github
@@ -13,8 +13,8 @@ contact_links:
1313
url: https://github.com/skills/review-pull-requests
1414
about: Interactive module - Mona creates a real PR in your account for you to review.
1515
- name: Workshop Documentation
16-
url: https://bits-acb.github.io/git-going-with-github/
16+
url: https://community-access.github.io/git-going-with-github/
1717
about: Full workshop guide - start here if you are new to this repository.
1818
- name: Discussion Forum - Questions, Introductions, Ideas
19-
url: https://github.com/BITS-ACB/git-going-with-github/discussions
19+
url: https://github.com/community-access/git-going-with-github/discussions
2020
about: Ask questions, connect with other participants, and share ideas before, during, and after the workshop.

.github/ISSUE_TEMPLATE/workshop-registration.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ body:
1414
**Cost:** Free
1515
**Capacity:** 75 participants
1616
17-
**Important:** Please submit this form only once. If you have already registered, you do not need to register again - your spot is saved. Duplicate registrations will be automatically closed.
18-
1917
Filling out this form is your first GitHub interaction - and it counts. You are already learning. All fields below are accessible with NVDA, JAWS, and VoiceOver.
2018
2119
- type: input
@@ -87,6 +85,6 @@ body:
8785
attributes:
8886
value: |
8987
---
90-
**What happens next:** After you submit, you will see a confirmation comment on your issue. We will email your Zoom link before the workshop. If you have questions, email [support@bits-acb.org](mailto:support@bits-acb.org).
88+
**What happens next:** After you submit, you will see a confirmation comment on your issue. We will email your Zoom link before the workshop. If you have questions, [file an issue](https://github.com/community-access/git-going-with-github/issues) in the workshop repository.
9189
9290
Welcome aboard. You belong here.

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ jobs:
3636
- name: Deploy to GitHub Pages
3737
id: deployment
3838
uses: actions/deploy-pages@v4
39+

.github/workflows/registration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
We have closed this issue since your original registration is already on file. If you need to update your details, please comment on your original issue #${originalIssue}.
6464
65-
Questions? Email [support@bits-acb.org](mailto:support@bits-acb.org).`
65+
Questions? [File an issue](https://github.com/community-access/git-going-with-github/issues) in the workshop repository.`
6666
});
6767
6868
await github.rest.issues.addLabels({
@@ -129,7 +129,7 @@ jobs:
129129
130130
We have added you to the waitlist. If a spot opens up, we will let you know right here on this issue.
131131
132-
Questions? Email [support@bits-acb.org](mailto:support@bits-acb.org).`
132+
Questions? [File an issue](https://github.com/community-access/git-going-with-github/issues) in the workshop repository.`
133133
});
134134
135135
await github.rest.issues.addLabels({
@@ -154,9 +154,9 @@ jobs:
154154
155155
Your registration is confirmed. Please register for the Zoom session here: [Register on Zoom](https://us06web.zoom.us/meeting/register/YdAAvwzAQUCYpPpNtAlG3g)
156156
157-
In the meantime, you can get a head start with the [Pre-Workshop Setup Guide](https://bits-acb.github.io/git-going-with-github/docs/00-pre-workshop-setup.html).
157+
In the meantime, you can get a head start with the [Pre-Workshop Setup Guide](https://community-access.github.io/git-going-with-github/docs/00-pre-workshop-setup.html).
158158
159-
If you have any questions, email us at [support@bits-acb.org](mailto:support@bits-acb.org).
159+
If you have any questions, [file an issue](https://github.com/community-access/git-going-with-github/issues) in the workshop repository.
160160
161161
See you on March 7!`
162162
});

ANNOUNCEMENT.md

Lines changed: 30 additions & 31 deletions
Large diffs are not rendered by default.

COMING_SOON.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
## GIT Going with GitHub - Workshop Materials
44

5-
### A Two-Day Workshop by [BITS (Blind Information Technology Solutions)](https://www.joinbits.org)
5+
### A Two-Day Workshop by [Community Access](https://community-access.github.io)
66

77
The full workshop curriculum, lesson materials, and reference guides are currently being finalized. They will be published here before the workshop begins on March 7, 2026.
88

99
---
1010

1111
### In the Meantime
1212

13-
- [**Register for the workshop**](https://bits-acb.github.io/git-going-with-github/REGISTER.html) - two steps: GitHub issue + Zoom registration
14-
- [**Join the Discussion Forum**](https://github.com/BITS-ACB/git-going-with-github/discussions) - ask questions, connect with fellow participants
15-
- [**Return to the home page**](https://bits-acb.github.io/git-going-with-github/)
13+
- [**Register for the workshop**](https://community-access.github.io/git-going-with-github/REGISTER.html) - two steps: GitHub issue + Zoom registration
14+
- [**Join the Discussion Forum**](https://github.com/community-access/git-going-with-github/discussions) - ask questions, connect with fellow participants
15+
- [**Return to the home page**](https://community-access.github.io/git-going-with-github/)
1616

1717
---
1818

1919
### Questions?
2020

21-
Contact us at [support@bits-acb.org](mailto:support@bits-acb.org).
21+
Need help? [File an issue](https://github.com/community-access/git-going-with-github/issues) in the workshop repository.
2222

23-
*A [BITS (Blind Information Technology Solutions)](https://www.joinbits.org) initiative.*
23+
*A [Community Access](https://community-access.github.io) initiative.*

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# GIT Going with GitHub
22

3-
License: CC BY 4.0 | [Site](https://bits-acb.github.io/git-going-with-github/) | [Discussions](https://github.com/BITS-ACB/git-going-with-github/discussions)
3+
License: CC BY 4.0 | [Site](https://community-access.github.io/git-going-with-github/) | [Discussions](https://github.com/community-access/git-going-with-github/discussions)
44

5-
## A Workshop by [BITS (Blind Information Technology Solutions)](https://www.joinbits.org)
5+
## A Workshop by [Community Access](https://community-access.github.io)
66

77
> **Welcome.** This repository is your complete guide and companion for the two-day GIT Going with GitHub workshop. Every document here is written to be read with or without a screen reader. All steps are keyboard-accessible. You belong here.
88
>
9-
> **About BITS:** [Blind Information Technology Solutions](https://www.joinbits.org) is a community of blind and low vision technology professionals. Visit [joinbits.org](https://www.joinbits.org) to learn more.
9+
> **About Community Access:** [Community Access](https://community-access.github.io) is a community of blind and low vision technology professionals. Visit [community-access.github.io](https://community-access.github.io) to learn more.
1010
1111
| | |
1212
|---|---|
13-
| **Workshop site** | [bits-acb.github.io/git-going-with-github](https://bits-acb.github.io/git-going-with-github/) |
14-
| **Register** | [Sign up now](https://bits-acb.github.io/git-going-with-github/REGISTER.html) (75 seats, free, two steps) |
15-
| **Discussions** | [Join the conversation](https://github.com/BITS-ACB/git-going-with-github/discussions) |
16-
| **Email** | [support@bits-acb.org](mailto:support@bits-acb.org) |
13+
| **Workshop site** | [community-access.github.io/git-going-with-github](https://community-access.github.io/git-going-with-github/) |
14+
| **Register** | [Sign up now](https://community-access.github.io/git-going-with-github/REGISTER.html) (75 seats, free, two steps) |
15+
| **Discussions** | [Join the conversation](https://github.com/community-access/git-going-with-github/discussions) |
16+
| **Support** | [File an issue](https://github.com/community-access/git-going-with-github/issues) |
1717
| **Dates** | March 7-8, 2026 · 12-8 PM Eastern |
1818

1919
---
@@ -291,8 +291,7 @@ And by the end of Day 2, you will not just be a learner. You will be a product m
291291
292292
## Questions Before the Event?
293293
294-
- **Discussion Forum:** [Join the conversation](https://github.com/BITS-ACB/git-going-with-github/discussions) - ask questions, connect with fellow participants, share ideas
295-
- **Email:** [support@bits-acb.org](mailto:support@bits-acb.org)
294+
- **Discussion Forum:** [Join the conversation](https://github.com/community-access/git-going-with-github/discussions) - ask questions, connect with fellow participants, share ideas
296295
- **File an issue** in this repository if something in these docs is unclear
297296
- **Community:** [GitHub Accessibility Discussions](https://github.com/orgs/community/discussions/categories/accessibility)
298297
@@ -305,4 +304,4 @@ All workshop documentation is licensed under [CC BY 4.0](https://creativecommons
305304
---
306305
307306
*Last reviewed: February 2026*
308-
*A [BITS (Blind Information Technology Solutions)](https://www.joinbits.org) initiative.*
307+
*A [Community Access](https://community-access.github.io) initiative.*

REGISTER.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Register for GIT Going with GitHub
22

3-
[Back to Home](https://bits-acb.github.io/git-going-with-github/) | [Discussion Forum](https://github.com/BITS-ACB/git-going-with-github/discussions) | [Pre-Workshop Setup Guide](https://bits-acb.github.io/git-going-with-github/COMING_SOON.html)
3+
[Back to Home](https://community-access.github.io/git-going-with-github/) | [Discussion Forum](https://github.com/community-access/git-going-with-github/discussions) | [Pre-Workshop Setup Guide](https://community-access.github.io/git-going-with-github/COMING_SOON.html)
44

55
Registration requires two steps. Both steps are required.
66

@@ -16,7 +16,7 @@ Registered: <span id="registration-count" aria-live="polite">loading...</span> o
1616

1717
---
1818

19-
> **Already registered?** Complete the [**Pre-Workshop Setup Guide**](https://bits-acb.github.io/git-going-with-github/COMING_SOON.html) before March 7. It walks you through GitHub account setup, screen reader configuration, [VS Code](https://code.visualstudio.com/), and [GitHub Copilot](https://github.com/features/copilot) - with instructions for NVDA, JAWS, and VoiceOver.
19+
> **Already registered?** Complete the [**Pre-Workshop Setup Guide**](https://community-access.github.io/git-going-with-github/COMING_SOON.html) before March 7. It walks you through GitHub account setup, screen reader configuration, [VS Code](https://code.visualstudio.com/), and [GitHub Copilot](https://github.com/features/copilot) - with instructions for NVDA, JAWS, and VoiceOver.
2020
2121
---
2222

@@ -49,7 +49,7 @@ If you do not have a GitHub account yet, follow these steps:
4949
3. Create a **password** (at least 8 characters, 15+ recommended) and continue
5050
4. Choose a **username** - lowercase letters, numbers, and hyphens only. Keep it professional; it represents you in the open source community. GitHub will tell you immediately if the name is taken
5151
5. Choose whether to receive product updates by email (y or n)
52-
6. **Human verification step** - GitHub presents a CAPTCHA puzzle. Screen reader users: look for an "Audio" or "Try an audio challenge" button. If neither is accessible, contact [support@bits-acb.org](mailto:support@bits-acb.org) and we will help
52+
6. **Human verification step** - GitHub presents a CAPTCHA puzzle. Screen reader users: look for an "Audio" or "Try an audio challenge" button. If neither is accessible, [file an issue](https://github.com/community-access/git-going-with-github/issues) and we will help
5353
7. Activate **Create account**
5454
8. GitHub sends a **launch code** to your email - copy it, return to the browser, and type it into the verification field. Check your spam folder if it does not arrive within a few minutes
5555
9. You will see a "Welcome to GitHub" personalization page - you can skip it
@@ -62,7 +62,7 @@ After creating your account, check your email for a message from GitHub with the
6262

6363
**Important:** You must be signed into your GitHub account before clicking the link below. If you are not signed in, go to [github.com](https://github.com) and sign in first.
6464

65-
> [**Start Step 2 - File your registration issue**](https://github.com/BITS-ACB/git-going-with-github/issues/new?template=workshop-registration.yml&title=%5BREGISTER%5D+GIT+Going+with+GitHub+-+March+2026)
65+
> [**Start Step 2 - File your registration issue**](https://github.com/community-access/git-going-with-github/issues/new?template=workshop-registration.yml&title=%5BREGISTER%5D+GIT+Going+with+GitHub+-+March+2026)
6666
6767
**Note:** The issue title is pre-filled and required by GitHub. You do not need to change it - just fill out the form fields below it and submit.
6868

@@ -85,14 +85,14 @@ Once you have completed both steps:
8585

8686
1. You will receive a Zoom confirmation email (Step 1)
8787
2. You will see a confirmation comment on your GitHub issue (Step 2)
88-
3. Complete the [Pre-Workshop Setup Guide](https://bits-acb.github.io/git-going-with-github/COMING_SOON.html) before March 7 - it covers GitHub account setup, screen reader configuration, [VS Code](https://code.visualstudio.com/), and [GitHub Copilot](https://github.com/features/copilot)
89-
4. Questions? Email [support@bits-acb.org](mailto:support@bits-acb.org)
88+
3. Complete the [Pre-Workshop Setup Guide](https://community-access.github.io/git-going-with-github/COMING_SOON.html) before March 7 - it covers GitHub account setup, screen reader configuration, [VS Code](https://code.visualstudio.com/), and [GitHub Copilot](https://github.com/features/copilot)
89+
4. Questions? [File an issue](https://github.com/community-access/git-going-with-github/issues) in the workshop repository
9090

9191
---
9292

9393
## While You Wait
9494

95-
- [**Join the Discussion Forum**](https://github.com/BITS-ACB/git-going-with-github/discussions) - introduce yourself, ask questions, and connect with fellow participants before Day 1
96-
- [**Pre-Workshop Setup Guide**](https://bits-acb.github.io/git-going-with-github/COMING_SOON.html) - get your GitHub account, screen reader, [VS Code](https://code.visualstudio.com/), and [GitHub Copilot](https://github.com/features/copilot) ready ahead of time
97-
- [**Workshop Home Page**](https://bits-acb.github.io/git-going-with-github/) - full agenda, prerequisites, and everything you need to know
98-
- **Email:** [support@bits-acb.org](mailto:support@bits-acb.org) - we are here to help with anything
95+
- [**Join the Discussion Forum**](https://github.com/community-access/git-going-with-github/discussions) - introduce yourself, ask questions, and connect with fellow participants before Day 1
96+
- [**Pre-Workshop Setup Guide**](https://community-access.github.io/git-going-with-github/COMING_SOON.html) - get your GitHub account, screen reader, [VS Code](https://code.visualstudio.com/), and [GitHub Copilot](https://github.com/features/copilot) ready ahead of time
97+
- [**Workshop Home Page**](https://community-access.github.io/git-going-with-github/) - full agenda, prerequisites, and everything you need to know
98+
- **Need help?** [File an issue](https://github.com/community-access/git-going-with-github/issues) - we are here to help with anything

docs/00-pre-workshop-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Pre-Workshop Setup - GIT Going with GitHub
22
## Everything You Need Before Day 1 Begins
33

4-
> **A [BITS (Blind Information Technology Solutions)](https://www.joinbits.org) workshop.**
4+
> **A [Community Access](https://community-access.github.io) workshop.**
55
>
6-
> **Please complete this guide at least one day before the workshop.** If you run into any issues, email [support@bits-acb.org](mailto:support@bits-acb.org) so we can help - we want Day 1 to start with everyone ready to go, not troubleshooting.
6+
> **Please complete this guide at least one day before the workshop.** If you run into any issues, [file an issue](https://github.com/community-access/git-going-with-github/issues) so we can help - we want Day 1 to start with everyone ready to go, not troubleshooting.
77
88
---
99

@@ -761,7 +761,7 @@ We are not covering Git commands in this workshop. If you want to learn Git, the
761761

762762
If you cannot complete any step in this guide before the workshop:
763763

764-
1. **Email BITS support** - [support@bits-acb.org](mailto:support@bits-acb.org) - we will help you get set up
764+
1. **File an issue** - [community-access/git-going-with-github](https://github.com/community-access/git-going-with-github/issues) - we will help you get set up
765765
2. **File an issue in this repository** - describe exactly what step you are on and what is not working
766766
3. **Join the GitHub Accessibility Discussions** - [github.com/orgs/community/discussions/categories/accessibility](https://github.com/orgs/community/discussions/categories/accessibility) - the community is helpful and welcoming
767767

html/ACCESSIBILITY_TESTING.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="description" content="GIT Going with GitHub - A two-day accessible open source workshop by BITS (Blind Information Technology Solutions)">
6+
<meta name="description" content="GIT Going with GitHub - A two-day accessible open source workshop by Community Access">
77
<title>Accessibility Testing Checklist - GIT Going with GitHub</title>
88
<link rel="stylesheet" href="./styles/github-markdown.css">
99
<link rel="stylesheet" href="./styles/highlight.css">
@@ -379,8 +379,8 @@ <h2>Questions or Feedback?</h2>
379379

380380
</main>
381381
<footer role="contentinfo" style="text-align: center; margin-top: 3rem; padding: 2rem; border-top: 1px solid #d0d7de;">
382-
<p><strong>GIT Going with GitHub</strong> - A workshop by <a href="https://www.joinbits.org">BITS (Blind Information Technology Solutions)</a></p>
383-
<p><a href="https://github.com/BITS-ACB/git-going-with-github">View on GitHub</a> · <a href="https://www.joinbits.org">joinbits.org</a></p>
382+
<p><strong>GIT Going with GitHub</strong> - A workshop by <a href="https://community-access.github.io">Community Access</a></p>
383+
<p><a href="https://github.com/community-access/git-going-with-github">View on GitHub</a> · <a href="https://community-access.github.io">community-access.github.io</a></p>
384384
</footer>
385385
</body>
386386
</html>

0 commit comments

Comments
 (0)