DEV Community

Cover image for Good First Issue - My Own Open Source Project
Taylor Page
Taylor Page

Posted on • Updated on

Good First Issue - My Own Open Source Project

Inspired by Hacktoberfest I wanted to create a central place for accessibility supports for both web developers and myself as someone who works firsthand with people who can benefit from accessibility practices. Check out https://a11yfirst.netlify.com/ to see the project!

Overwhelmed by Hacktoberfest

Last year I tried to get into Hacktoberfest. It was just too hard. I had knowledge in how to use Git/Github, HTML, CSS, and Javascript, but it was super intimidating. Not only that, but I had tried to chime in on a couple of issues and I was either ignored or other developers submitted a pull request (PR) for the same issue I had requested to work on. My PR's and comments on issues went ignored and I felt pretty defeated.

This year, I thought I would try my hand again. I had built up additional skills to hone my craft over the past year, including some React projects and really getting into using Gatsby on some website projects I had picked up over the past year. Unfortunately, I ran into a similar feeling. Tons and tons and TONS of issues with the label "good first issue" and "hacktoberfest" but same sort of behavior - comments going ignored and other people beating me to the punch on PR's that I had already chimed in on. Same sense of disappointment. Same imposter syndrome.

While I was disappointed and feeling like I couldn't hack it for Hacktoberfest to submit even four measly PR's, I happened to listen to a couple episodes on the Ladybug Podcast. They had a couple of episodes on Hacktoberfest and one of the interviewees mentioned creating her own project to get her PR's. I also learned (apparently I need to ACTUALLY review the rules on these things) that PR's are what's important, not necessarily that your PR gets merged. Well then - that changes things!

The New Plan

I am not your typical developer. My full-time gig is as a social worker working with individuals who have developmental disabilities (think diagnoses like Autism, Intellectual Disabilities, Visual Impairments, Down Syndrome, Cerebral Palsy...). I have become increasingly interested in accessibility practices, both as related to web development and also how it directly impacts some of the people with whom I get to work. Because of my background, I wanted to create something that could benefit both myself and others.

My new plan had not started to formulate until halfway through October. My window to create an Open Source Project, and also hopefully help other developers who may need those coveted PR's in a sea of open issues, was growing very small. I decided I would use a Gatsby starter, as I'm pretty comfortable with Gatsby and the starters give a good head start for rapid development. I chose a decent looking docs type starter, threw in a gatsby new ... command in the terminal and A11y First was born!

I wanted this project to be something others could contribute easily to as well and in my experience thus far accessibility is not a first thought on most developers' minds. So I figured I would start with some already gathered resource somewhere else to build on. I decided to use a collection of resources from Marcy Sutton who works for Gatsby. Marcy is an advocate for inclusion on the web and I've found a lot of the information she posts super helpful.

We've Got Issues!

After putting some filler content to start getting a basic layout on the site, I went ahead and threw it up on Github. After that, I began opening issues and added the "hacktoberfest" label and "good first issue" label on some simple things like changing the site title, updating the Github repository link, and some README file changes from the initial Gatsby starter. Within minutes I had people chiming in that they wanted to work on issues - SUCCESS! Because of my past experience submitting my own first PR's and hearing nothing but crickets, I try to make sure I respond relatively quickly (within 24 hours) to commenters on issues and also address PR's timely as well.

I'm happy to report that while there are still some open issues, and I or others will hopefully think of more to add, I've had 10 PR's from different developers. Hopefully that's 10 developers who were aided in getting their Hacktoberfest PR's and also exposed to more information about a11y!

Encouragement

So that's all there really is to it. I am not a full-time web developer, but I have been coding for several years. The PR's you can make are simple if you find the right repo - and if you haven't found one yet go check out https://github.com/tpage99/a11yfirst and submit a PR. Even if you spend five minutes Googling about a11y, know of a friend or family member that uses some piece of tech that we can reference on the site - WHATEVER - feel free to submit a PR and spend a little time learning about how you can make the web more accessible to others who may struggle in an area we take for granted.

I should say that I've learned a lot from starting my own little open source project and that I quickly ran into issues I was not sure how to resolve initially and had to do some research (like how to resolve Merge Conflicts - Yikes!). But the experience has been overwhelmingly positive. I'm grateful for the opportunity to work on this project, learn in the open, and hopefully contribute to the betterment of others.

It is my hope A11y First continues to grow and I look forward to learning a lot from other's experiences and those that are definitely more educated/experienced than I am in this area. Even if A11y First just ends up being a project I continue to contribute to and use every now and again, I'm still glad I did it.

Top comments (6)

Collapse
 
courtneypure profile image
C. Pure

What a great idea! I took a look and sent in PRs -- I even learned more about a11y, what it stood for, and also added the Accessibility Insight extension to my Chrome browser. I hope this becomes an integral part of your work as a social worker. This will definitely make me want to take a second look at my portfolio website and update it as needed.

Collapse
 
taylorpage71 profile image
Taylor Page

Wow that's so awesome! Thank you! Glad it could be of some help and I'm hoping it will be a good resource in my social work job for myself and others as well.

Collapse
 
sarajoha23 profile image
Sara Carvajal

This is awesome! 😊 I'll take a look at the project and see if I can contribute.

Collapse
 
taylorpage71 profile image
Taylor Page

That's great Sara thank you!

Collapse
 
sonandrew profile image
Andrew Jackson

Wow this is a great article thanks man I wish I would have thought of this before I did my four last week lol. I will also take a look at the project.

Collapse
 
taylorpage71 profile image
Taylor Page

Thanks Andrew! I know, I wish I would have thought of this sooner! Hopefully I can revitalize it each year and update it - make some additional easy PR's for people who are new to Open Source and A11y.

Feel free to take a look - can always use additional resources, even if you've hit your 4 PR's for Hacktoberfest.