Skip to content

Commit

Permalink
Merge pull request #313 from NLeSC/remove-version-control-chapter
Browse files Browse the repository at this point in the history
Remove chapter on version control
  • Loading branch information
egpbos authored Nov 15, 2023
2 parents 0d1d86c + 79d5976 commit e8bd065
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 122 deletions.
1 change: 0 additions & 1 deletion _sidebar.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

* [Introduction](/README.md)
* [Best practices](/best_practices/overview.md)
* [Version Control](/best_practices/version_control.md)
* [Code Quality](/best_practices/code_quality.md)
* [Code Review](/best_practices/code_review.md)
* [Testing](/best_practices/testing.md)
Expand Down
2 changes: 1 addition & 1 deletion best_practices/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ file describes at least how to perform the following tasks:
* How to run [(unit) tests](testing.md#unit-tests)
* What [code style](https://the-turing-way.netlify.app/reproducible-research/code-quality/code-quality-style.html) to use
* Reference to [code of conduct](#code-of-conduct)
* When using a [git branching model](version_control.md#choose-one-branching-model), the choice of branching model
* Mention the [git branching model](https://www.atlassian.com/git/tutorials/comparing-workflows) when using anything else than the [GitHub flow branching model](https://guides.github.com/introduction/flow/)

An extensive example is [Angular.js's CONTRIBUTING.md](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md). Note that [GitHub has built in support for a CONTRIBUTING.md file](https://github.com/blog/1184-contributing-guidelines).

Expand Down
120 changes: 0 additions & 120 deletions best_practices/version_control.md

This file was deleted.

0 comments on commit e8bd065

Please sign in to comment.