Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Add the Scala Steward daffodil fork as a new remote:

    Code Block
    git remote add scala-steward git@github.com:scala-steward/daffodil.git


  2. Fetch the branch associated with the new depenencydependency:

    Code Block
    git fetch scala-steward


  3. Checkout the branch:

    Code Block
    git checkout update/jackson-core-2.11.4


  4. Commit any necessary changes to this branch.
       
  5. Push changes back to the scala-steward remote:

    Code Block
    git push scala-steward udpateupdate/jackson-core-2.11.4


  6. Follow the Code Contributor Workflow just as usual, eventually squashing changes, and using push --force  to  to push those changes back to the scala-steward remote to update pull request before being merged.