Skip to content

Commit

Permalink
Remove reference to 'ChangeLog' in atmospheric_physics documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Oct 18, 2024
1 parent 5b82fac commit ce4d55c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/atmospheric_physics/development_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Where `</path/to/atm_phys_repo>` is a path to the head of your atmospheric_physi

`cp NamesNotInDictionary.txt </path/to/atm_phys_repo>/doc/NamesNotInDictionary.txt`

Finally, once both the `ChangeLog` and `NamesNotInDictionary.txt` files have been updated, then commit and push them to your branch/fork on Github following the instructions in the section above.
Finally, once the `NamesNotInDictionary.txt` file has been updated, then commit and push it to your branch/fork on Github following the instructions in the section above.

### Removing old branches

Expand All @@ -197,4 +197,4 @@ Once your modifications have been merged into the official CAM repo, you may hav
```
git push --delete <origin> <branch_name>
```
You can also remove the branch via GitHub's [user interface](https://help.github.com/en/articles/creating-and-deleting-branches-within-your-repository#deleting-a-branch).
You can also remove the branch via GitHub's [user interface](https://help.github.com/en/articles/creating-and-deleting-branches-within-your-repository#deleting-a-branch).

0 comments on commit ce4d55c

Please sign in to comment.