Skip to content

Commit

Permalink
remove directory structure link (#924)
Browse files Browse the repository at this point in the history
resolves #922
Removes the link to nowhere for the "Directory Structure" heading
  • Loading branch information
franzenr authored Apr 29, 2024
1 parent 1755888 commit 9628338
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/qa-for-exercise-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ assignees: ''
----
Date: {yyyy-mm-dd}
Reviewer: {your name}
qa_template_version: 2.0.0
qa_template_version: 2.0.1
Name of Module: {take from the title of the main markdown in the PR}
Current Liascript URL: {makes it easy for reviewers and authors to look at content as learners will}

# Checklist Reports:

## [Directory structure](how_to.md/#Begin-Writing)
## Directory structure
* [ ] Folder and file names use lowercase and underscores (no dashes)
* [ ] Main module directory folder name is identical to the name of the module content markdown file.
* [ ] Images, videos, and other audio-visual assets are saved within a `media` folder within the module directory
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/qa-for-standard-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ assignees: ''
----
Date: {yyyy-mm-dd}
Reviewer: {your name}
qa_template_version: 2.0.0
qa_template_version: 2.0.1
Name of Module: {take from the title of the main markdown in the PR}
Current Liascript URL: {makes it easy for reviewers and authors to look at content as learners will}

# Checklist Reports:

## [Directory structure](how_to.md/#Begin-Writing)
## Directory structure
* [ ] Folder and file names use lowercase and underscores (no dashes)
* [ ] Main module directory folder name is identical to the name of the module content markdown file.
* [ ] Images, videos, and other audio-visual assets are saved within a `media` folder within the module directory
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/qa-for-wrapper-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ assignees: ''
----
Date: {yyyy-mm-dd}
Reviewer: {your name}
qa_template_version: 2.0.0
qa_template_version: 2.0.1
Name of Module: {take from the title of the main markdown in the PR}
Current Liascript URL: {makes it easy for reviewers and authors to look at content as learners will}

# Checklist Reports:

## [Directory structure](how_to.md/#Begin-Writing)
## Directory structure
* [ ] Folder and file names use lowercase and underscores (no dashes)
* [ ] Main module directory folder name is identical to the name of the module content markdown file.
* [ ] Images, videos, and other audio-visual assets are saved within a `media` folder within the module directory
Expand Down

0 comments on commit 9628338

Please sign in to comment.