Do you accept Pull Requests made on Github?

Discussion area about developing or extending OGRE, adding plugins for it or building applications on it. No newbie questions please, use the Help forum for that.
Post Reply
mrmclovin
Gnome
Posts: 324
Joined: Sun May 11, 2008 9:27 pm
x 20

Do you accept Pull Requests made on Github?

Post by mrmclovin »

I'm a Git user and I think it's great that you maintain a mirror on GitHub.

1. I know the official repo is https://bitbucket.org/sinbad/ogre but since you also have the OGRECave repos on Github, does it also mean you officially accept PR's there?

2. If yes, what is the workflow of maintaining the two repos and two different version control systems? Is it a lot of work to maintain?
paroj
OGRE Team Member
OGRE Team Member
Posts: 1993
Joined: Sun Mar 30, 2014 2:51 pm
x 1073
Contact:

Re: Do you accept Pull Requests made on Github?

Post by paroj »

1. for 1.10 github is the preferred way, as we got (working) CI tests over there. For 2.1 bitbucket is preferred as thats what Matias uses.

2. It involves manually syncing the repos via https://github.com/mnauw/git-remote-hg It is manual as hg breaks round trips (git > hg > git) by adding some pointless labels to the commits.
mrmclovin
Gnome
Posts: 324
Joined: Sun May 11, 2008 9:27 pm
x 20

Re: Do you accept Pull Requests made on Github?

Post by mrmclovin »

Ok, got it! Thank you! :)
Post Reply