www.duckland.org/content/post/2021/06/github-payback-time.md
2021-07-24 11:44:29 -05:00

13 lines
1.1 KiB
Markdown

---
date: "2021-06-04T20:26:45-0500"
tags: ["sa", "software", "opensource"]
categories: ["personal"]
title: "GitHub Payback Time"
---
Whilst I am not a developer by profession, I do know how to do some scripting. Over the last two days, I have found some cool new (to me) projects ([git-extras](https://github.com/tj/git-extras) and [styli.sh](https://github.com/thevinter/styli.sh)) and found a few things which were either [broken](https://github.com/tj/git-extras/pull/928) or that I thought could be [done](https://github.com/thevinter/styli.sh/pull/1) [better](https://github.com/thevinter/styli.sh/pull/6). So, I submitted three pull-requests between the two repos. One has already been applied, one is in the review process with a bit of back and forth coaching on it, and the third I just opened.
I have also hopped into a couple discussions and issues offering suggestions or responding to testing requests.
All in all, a good way to spend a few minutes before bed and during lunch!
***Update: 2021-06-09* All the PRs have been accepted and merged into their respective main branches!**