Skip to content

Commit

Permalink
more tweaks to the shared directory request template
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Sep 18, 2024
1 parent 61c13a4 commit 7e130b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/shared_directories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body:
In scenarios where you have large datasets or commonly used libraries, a shared directory can serve as a centralized location for these resources. This prevents the need for duplicating files across multiple user spaces, saving disk space and bandwidth.
**Shared Directory:** The shared folder allows read only access to the students enrolled in your course. Students can read the dataset from the shared folder while no write operations can be performed. The shared directories will be mounted to /home/jovyan user path.
**Shared-ReadWrite Directory:** As an instructor, you’ll have both read and write access to a “shared-readwrite” directory. You can upload datasets there, and they will automatically be updated in the “shared” directory, which is accessible to all students with read-only permissions.
For more information, check the [documentation](https://ds-modules.github.io/curriculum-guide/technology/jupyter/large-datasets.html?highlight=shared#shared-directory) for shared directories.
- type: input
attributes:
label: Your Name
Expand Down Expand Up @@ -60,6 +61,14 @@ body:
- other
validations:
required: true
- type: textarea
attributes:
label: Shared Directory Name
description: What should be the name of the shared and shared-readwrite directories?
value: |
- <!-- Eg: coursename-shared and coursename-readwrite can be the directory names. Eg: compss-214a-readwrite and compss-214a-shared are the shared-readwrite and shared directories for the COMPSS-214A course -->
validations:
required: true
- type: textarea
attributes:
label: End Date
Expand Down

0 comments on commit 7e130b8

Please sign in to comment.