18F / projects

[WIP] A collection of our projects, past and present
Other
9 stars 3 forks source link

Add validation/cleaning logic for GitHub URLs #9

Open toolness opened 8 years ago

toolness commented 8 years ago

In #5 we added a "GitHub URL" field for projects, but it should probably be validated, so that if someone pastes in a link that's not of the form https://github.com/{ORG}/{REPO}, we reject it. Or, alternatively, normalize it if we can.