mtuq icon indicating copy to clipboard operation
mtuq copied to clipboard

Notes for contributors

Open rmodrak opened this issue 4 years ago • 0 comments

To contribute changes to the upstream repository:

  • if you haven't yet, create your own fork of the upstream (i.e. uafgeotools) repository
  • submit changes via a pull request from your fork
  • after submitting a pull request, double check that the continuous integration tests pass by looking to see if a green checkmark appears next to the pull request in the GitHub web interface.  If a red X appears instead, make any necessary fixes
  • Carl, Julien, or I will review the pull request

To obtain the latest changes from the upstream repository:

  • first, make sure there are no uncommitted changes in your local fork (the git stash command can be useful for this purpose)
  • then, within your local fork
>>> git remote set-url upstream [email protected]:uafgeotools/mtuq.git 
>>> git fetch upstream master
>>> git rebase upstream/master

rmodrak avatar Oct 21 '21 19:10 rmodrak