opensource-ny / OpenSource-NY

MIT License
10 stars 14 forks source link

Typing in an invalid repo name will pass our repo name validity check #100

Open yizongk opened 4 years ago

yizongk commented 4 years ago

type in the search box like so: opensource-ny/opensource-ny/ or opensource-ny//opensource-ny or opensource-ny/open/source-ny

A repo name is only ever valid if it's in this format username/reponame only one occurence of '/'

Need to implement this.