From f207b5138fda2bbe7c495044ea43d69c64e835df Mon Sep 17 00:00:00 2001 From: gusxtsr Date: Mon, 13 May 2024 14:46:46 -0700 Subject: [PATCH] code management --- labguide/research/code_management.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/labguide/research/code_management.md b/labguide/research/code_management.md index 45bf8ad..3ec5f3f 100644 --- a/labguide/research/code_management.md +++ b/labguide/research/code_management.md @@ -13,7 +13,9 @@ to a remote server, preferably Github. - Any substantive code copied or adapted from another source (e.g. stackoverflow) should be attributed to -the source (including the URL of the source). +the source (including the URL of the source). + - References to the copied or adapted sources should be added to the script files where they are written (preferably on the line before the source). + - Create a `notices.md` [following this template](https://github.com/github/opensource.guide/blob/main/notices.md) to reference larger portions of code that were copied or adapted to your project. - Care must be taken to avoid sharing identifiable data, private passwords, AWS credentials, and other confidential