ossimlabs / ossim

Core OSSIM (Open Source Software Image Map) package including C++ code for OSSIM library, command-line applications, tests, and build system
MIT License
300 stars 142 forks source link

which branch to use for pull requests? #116

Closed rkanavath closed 7 years ago

rkanavath commented 7 years ago

I am confused about which branch to use for PR in github? on dev branch, there is still issue with geos, which as per the closed bug [1] is fixed already. https://github.com/ossimlabs/ossim/issues/79 I am trying to push a fix for #115 , #114. I see in dev branch, there are other changes which were merged long time ago was gone.. see for instance, https://github.com/ossimlabs/ossim/pull/82

rkanavath commented 7 years ago

geos bug is fixed in ossimlabs/dev. Should I use the same branch for PRs now?

cdowin commented 7 years ago

You can do a PR into the DEV branch for any pending changes.