Skip to content

Commit

Permalink
Merge pull request #1297 from Unidata/haileyajohnson-patch-1
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
haileyajohnson committed Jan 30, 2024
2 parents 5a35e5b + aed7658 commit 2322c54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ Now you are all set!
### <a name="#gh-sync-ud"></a> Make sure you have the latest changes from Unidata netCDF-java repository
First, make sure you have the most recent changes to the netCDF-java code by using git pull:

`git pull unidata develop`
`git pull unidata maint-5.x`

All work on netcdf-java is should branch from the `develop` branch.
Contributions will be backported to other versions as needed.
At this time, all work on netcdf-java is should branch from the `maint-5.x` branch.

### <a name="#gh-branch"></a>Make a new branch for your work and start hacking
Next, make a new branch where you will actually do the hacking:
Expand Down

0 comments on commit 2322c54

Please sign in to comment.