purescript-contrib / governance

Guidelines and resources for the PureScript Contributors organization
15 stars 3 forks source link

Support multiple maintainers, default titles in updater tool #14

Closed thomashoneyman closed 3 years ago

thomashoneyman commented 3 years ago

This PR addresses a couple irritations with the updater tool, namely:

It also moves @milesfrain's alias command into the Nix shell so that the whole process runs with just nix-shell and you can get right to using contrib-updater. I verified this works for me with a fresh clone, but I'd appreciate someone else confirming they can clone this repo and run nix-shell and start using the tool just fine.

thomashoneyman commented 3 years ago

I also noticed when updating the form-urlencoded library that there were some places we're using http instead of https in the templates. I've also fixed that.

JordanMartinez commented 3 years ago

Looks good to me!