Skip to content

Commit

Permalink
Change name of gitiquette section
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Aug 17, 2020
1 parent 5eb5f21 commit 5a13c45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lessons/best-practices/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The topics:

* unit testing,
* continous integration, and
* collaboration techniques on GitHub
* collaboration techniques

were selected because they're used on a near-daily basis at CSDMS
for the development and maintenance of pymt and Landlab,
Expand All @@ -24,7 +24,7 @@ for the work of ESP scientists.
* Understand unit testing concepts
* See how to write a unit test for `pytest`
* Understand continuous integration concepts
* Understand some recommended behavior for collaborative projects on GitHub
* Understand some recommended behaviors for working on collaborative projects


## Topics
Expand All @@ -33,5 +33,5 @@ This lesson continues in the following sections.

1. [Unit testing with pytest](./unit-testing.md)
1. [Continuoues integration with Travis CI](./continuous-integration.md)
1. [Using GitHub in a collaborative project ("Gitiquette")](./collaboration-etiquette.md)
1. [Collaborative projects ("Gitiquette")](./collaboration-etiquette.md)

0 comments on commit 5a13c45

Please sign in to comment.