researchart / fse16

info about artifacts from fse16
7 stars 3 forks source link

register users #9

Closed timm closed 8 years ago

timm commented 8 years ago
timm commented 8 years ago

in order to allow them to push pull files, i had to give the repo write permission

is this dangerous? or is it in the spirit of open source?

image

obaysal commented 8 years ago

giving write permissions should be fine! i don't see a problem with this, we are using git we can always undo any undesired changes.

timm commented 8 years ago

i need to get with grad students to work out the github api. we could extend the "register" script to auto add them as collaborators. that script would need to access a magic authorization key which, if we kept it out of the repo and on our local hard drives, then the script could still be in the repo while keeping the key secret

more generally, my open question to you is?

timm commented 8 years ago

oh- and here's the notes on "owners" (you and me) vs collaborators (everyone else). looks like we have to make our pc people "collaborators". do you concur?

image

obaysal commented 8 years ago

I think reviewers do not have to be collaborators since they will only comment on issues and add labels.