You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last word in the reporsitory names shoudl **always** include the name of the person who created the repo.
35
+
In the Goldenberg Lab, all repositories **must start with** one of the following terms:
40
36
37
+
-`task`: refers to JavaScript/MATLAB/Python tasks
38
+
-`analysis`: all sorts of analysis and data processing
39
+
-`model`: a computational model
40
+
-`download`: scripts for downloading data
41
+
-`class`: code and data associated with classes that were taken by the lab
42
+
-`tools`: general tools associated with the lab
41
43
42
-
### Repository Names - rest of text
44
+
And, they **should end with** the name of the person who created the repo.
43
45
44
-
The test of text should include information that would help an outside observer identify the specific meaning of the repo.
45
-
In addition, please follow these guidelines:
46
+
_Note: There are a few exceptions to the rule, i.e., `twitter-survey-` prefixed projects or organizational health repos like `.github`). Please check with Amit to determine if your project might be such an exception._
47
+
48
+
**Body**
49
+
50
+
The rest of the repo's name should include information that would help an outside observer identify the project content of the repo.
0 commit comments