LuaJIT / LuaJIT-test-cleanup

Cleanup Workspace for LuaJIT tests
46 stars 19 forks source link

Contributor PR workflow #11

Open lukego opened 7 years ago

lukego commented 7 years ago

Howdy! I am a first-time contributor with PR #9 and I have some questions:

dibyendumajumdar commented 7 years ago

hi you could just ask for commit access.

lukego commented 7 years ago

True. However as a contributor I am hoping to use the Fork and Pull model and this requires a maintainer to engage with me after I open a pull request and make sure the changes are moving the repo in the right direction. Is someone(s) taking that role on this repo?

Wiladams commented 7 years ago

Several people have that ability. Just do your thing and it will get handled. The main problem we faced early on was over protective handling of the repo, and thus nothing has happened. Make your changes, and make your pull request.

Wiladams commented 7 years ago

And keep in mind, Mike said in the beginning, all history will likely be lost once this test report is merged into something else, like the main LuaJIT repo. So, branching, and pull requests and the like are more of a personal style and cleanliness/safety thing than a strict requirement.

lukego commented 7 years ago

@Wiladams Groovy. So here is how I see myself cooperating with other testniks:

How does that sound?

lukego commented 7 years ago

(and yes I understand that we may need to completely replace the workflow in the future e.g. if this code is all moved into the luajit repo, etc, but we can deal with that when it happens.)

nico-abram commented 4 years ago

What's the current state of this repo?