Dedicated to greater works.
This file is intended to be a first-stop place to find all public projects and information about Tobias Labs as it pertains to GitHub.
Note: The file that's shown on the GitHub org page is in
profile/README.md, it is an even more concise document.
Colors:
- View Palette
- Primary:
#0055aa - Secondary:
#6784a1 - Information:
#b4c0cc - Travelled:
#a6249b - Success:
#409e53 - Warning:
#d19a02 - Danger:
#e62828
Font:
Here are some guidelines (largely taken from UT Dallas) on repository names that are descriptive and searchable:
- Repository names should use lower case letters only and be delimited by dashes.
- Err on the side of specificity. You may find you have to differentiate between similar ideas later, e.g.
purchase-rest-serviceinstead ofrest-service. - Be consistent with the Tobias Labs organization. Consider usage within the org, and think about how the repositories will be sorted and grouped.
- Prefer singular to plural, e.g.
thingversusthings. - Use
scriptas a prefix for repositories that are primarily to store scripting tools, e.g.script-pre-publish-check. - Use
tempas a prefix for repositories that are used for limited periods, e.g.temp-aws-jupiter-proto. - Use
projectas a prefix for repositories meant for overall projects, e.g.project-hunch.