I feel eternally-grateful to all the people who plan free and inexpensive events. Having served on the planning committees for multiple WordCamps, WordUps, Meetups, and User Groups, I can empathize with the good, bad, and weird of event planning. As my family and work commitments have grown over the years, my ability to contribute to my community consistently has decreased. I went from planning and leading all sorts of local events to planning and contributing here and there, where my schedule and energy permit. That’s why I’m so excited to have been able to contribute some basic css code to the Minnebar website this morning! Below I describe how I did it.
I Noticed Something I Wanted to Improve (and had the skills to contribute!)
While previewing sessions at Minnebar a couple of days ago I saw an opportunity to contribute to an amazing event in a way I had never done before: through code. Specifically, I noticed that the mobile view of the Minnebar Sessions page was difficult to navigate with my fat fingers. It looked like this:
How We Reached Out to the Minnebar Team
The Minnestar team is known around town as one of the most-friendly and most-competent groups of volunteers, but even so, I still had some internal trepidation about reaching out to them with an idea – mainly due to my lack of confidence in my coding abilities. But alas, all that anxiety was put to rest from the first interaction! They were supportive and friendly and even invited me to the Slack channel specific to the suggestion I was making.
Once I got the green light from the Minnestar team, I asked a few questions and learned the code base is on Github. From there, I searched the codebase for the specific div element I wanted to edit (“grid_6”), found the code, and then…Oh crap! I don’t know how to submit a pull request to someone else’s project in Github! Thankfully, Github makes this SUPER easy – they have a button for that! Of course they do – bless them! I didn’t actually need to do any pulling or pushing of code – just a few clicks in the browser and I was off to the races!
From there, I posted a link to my Github pull request to the Minnestar Slack channel, and they promised to review it.
I Contribute As Best I Can
While my endless energy + days & nights of contributing to my community are a thing of the past/future, I am happy to be able to contribute this little bit to a community of people I care a great deal about.
More posts from themightymo.com
How to optimize your Google Crawl Budget using SEM Rush Log File Analyzer and Rank Math SEO
Today I ran the SEM Rush Log File Analyzer tool, and it showed some interesting things that are a complete waste of our Google Crawl Budget. Specifically, I learned that Google is wasting some of our crawl budget on the /wp-includes/ directory, certain plugin directories, and cache directories. I also noticed random files being crawled…
Where is the Google Analytics Measurement ID?
In the vast, evolving world of web development and analytics, keeping up with terminologies and tools can sometimes feel like trying to chase a mischievous cat in a maze. You think you’ve got a grip, only for it to slip right through your fingers! Enter the mysterious “Measurement ID” from Google Analytics 4 (GA4), a…
How to Convert .aiff to .mp3 files via Command Line
Yesterday I ran into an issue where I needed to convert .aiff files to .mp3. DBPowerAmp was recommended to me as a paid GUI tool. But I wanted something more lightweight, since this is a task I rarely need to do (most of the time, I’m already in Logic Pro, and exporting is simple there).…