Skip to content

Commit

Permalink
Merge pull request #1 from esciencecenter-digital-skills/39_move_test…
Browse files Browse the repository at this point in the history
…ing_gcroci2

move software testing lesson
  • Loading branch information
gcroci2 authored Mar 28, 2024
2 parents 506231f + e590289 commit 1b382fd
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 121 deletions.
14 changes: 7 additions & 7 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
# lc: Library Carpentry
# cp: Carpentries (to use for instructor training for instance)
# incubator: The Carpentries Incubator
carpentry: 'incubator'
carpentry: 'incubator' # FIXME

# Overall title for pages.
title: 'Lesson Title' # FIXME
title: 'Good practices in research software development'

# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: ~ # FIXME
created: '2024-03-27'

# Comma-separated list of keywords for the lesson
keywords: 'software, data, lesson, The Carpentries' # FIXME
keywords: 'Modular code, documentation, testing, continuous integration'

# Life cycle stage of the lesson
# possible values: pre-alpha, alpha, beta, stable
Expand All @@ -27,13 +27,13 @@ life_cycle: 'pre-alpha' # FIXME
license: 'CC-BY 4.0'

# Link to the source repository for this lesson
source: 'https://github.com/carpentries/workbench-template-md' # FIXME
source: 'https://github.com/esciencecenter-digital-skills/good-practices-lesson'

# Default branch of your lesson
branch: 'main'

# Who to contact if there are any issues
contact: '[email protected]' # FIXME
contact: '[email protected]'

# Navigation ------------------------------------------------
#
Expand All @@ -59,7 +59,7 @@ contact: '[email protected]' # FIXME

# Order of episodes in your lesson
episodes:
- introduction.md
- testing.md

# Information for Learners
learners:
Expand Down
114 changes: 0 additions & 114 deletions episodes/introduction.md

This file was deleted.

Loading

0 comments on commit 1b382fd

Please sign in to comment.