From 7e130b8000d2cd25123448c9b2067348f5466f26 Mon Sep 17 00:00:00 2001 From: Balaji Alwar Date: Wed, 18 Sep 2024 12:51:10 -0700 Subject: [PATCH] more tweaks to the shared directory request template --- .github/ISSUE_TEMPLATE/shared_directories.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/shared_directories.yml b/.github/ISSUE_TEMPLATE/shared_directories.yml index b6791f536..eac0a847c 100644 --- a/.github/ISSUE_TEMPLATE/shared_directories.yml +++ b/.github/ISSUE_TEMPLATE/shared_directories.yml @@ -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 @@ -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: | + - + validations: + required: true - type: textarea attributes: label: End Date