From 9ef28a568aaf34a296e79b4735885fa124b692b4 Mon Sep 17 00:00:00 2001 From: Jesse Mostipak Date: Tue, 20 Aug 2024 17:39:47 -0500 Subject: [PATCH] feat: Add section on internal document storage -- google drive (#76) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update README.md clarified governance to be governance handbook, and corrected the link to point to the new handbook URL (was pointing to /governance) * added note on internal documentation * updated corresponding index entry * '[pre-commit.ci 🤖] Apply code format tools to PR' * fix: active voice and clarification of needs for shared storage --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Leah Wasser --- organization/index.md | 7 +++++++ organization/internal-documentation.md | 13 +++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 organization/internal-documentation.md diff --git a/organization/index.md b/organization/index.md index 9eec44a..23d3003 100644 --- a/organization/index.md +++ b/organization/index.md @@ -1,3 +1,10 @@ # Organization In this section we will add organizational processes. + +:::{toctree} +:hidden: +:caption: Internal Documentation + +Google Drive +::: diff --git a/organization/internal-documentation.md b/organization/internal-documentation.md new file mode 100644 index 0000000..eaf4dc7 --- /dev/null +++ b/organization/internal-documentation.md @@ -0,0 +1,13 @@ +# Storing internal pyOpenSci documents + +Google Drive, a part of the pyOpenSci Google Workspace plan, is where all pyOpenSci documents, spreadsheets, google slides, photos, and graphics are stored. These documents include, but are not limited to: + +* branding guidelines +* event planning documents +* lesson development drafts and plans, +* slides that support talks and presentations +* and more. + +As a pyOpenSci staff member, you should store any documents related to pyOpenSci in the **pyos-shared** Google Shared Drive. Storing documents in the **pyos-shared** drive ensures that all pyOpenSci employees can access, edit, and use these documents. Storing these documents in the shared drive also supports program task redundancy, as the document's owner is the organization in that drive rather than an individual user. Storing documents in a shared drive owned by the organization helps pyOpenSci staff jump in and help another staff person in the event of a needed but unplanned absence (e.g., a medical emergency or an unexpected family issue). + +Employees can save personal documents such as 1-on-1 agendas and notes, personal notes, and other information that does not need to be shared at the organizational level in their personal drive.