DIY sms announce lists for you and yours
Find a file
2024-01-07 19:09:38 -05:00
.gitignore maren (#4) 2023-12-03 00:37:10 +00:00
go.mod Here's a command that kinda works! 2024-01-07 19:09:38 -05:00
go.sum Here's a command that kinda works! 2024-01-07 19:09:38 -05:00
readme.md readme (#6) 2023-12-04 01:56:42 +00:00
smsbb.go Here's a command that kinda works! 2024-01-07 19:09:38 -05:00

smsbb 👼

DIY sms announce lists for you and yours

norms for working on this repo

  • work in a branch
  • branch names should use the format username/thing-you-are-doing
    • for example git checkout -b maren/update-readme-3
  • don't worry about tidy commits! just keep your work in a branch
  • open a PR and review with someone synchronously before merging to main