Skip to content

Commit

Permalink
Add naming convention for shared directories
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Oct 1, 2024
1 parent 9490a34 commit e2b9abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/shared_directories.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Setup Shared/Shared-readwrite directories
name: Setup Shared directories
description: To store large datasets that can be read by student notebooks
labels: "support"
assignees:
Expand Down Expand Up @@ -68,7 +68,7 @@ body:
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 -->
- <!-- Eg: coursename-shared and coursename-readwrite can be the directory names. Eg: data100-shared and data100-shared-readwrite are the shared and shared-readwrite directories for the Data100 course -->
validations:
required: true
- type: textarea
Expand Down

0 comments on commit e2b9abf

Please sign in to comment.