Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexeysachkov/is-labs
https://github.com/alexeysachkov/is-labs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexeysachkov/is-labs
- Owner: AlexeySachkov
- Created: 2020-10-01T08:23:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T15:12:27.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T21:27:43.805Z (almost 2 years ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 59
- Open Issues: 138
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IS-LABS
Repo for code review and tracking of implemented tasks.
List of tasks can be found [here](tasks.md)
## Directories structure
Please create a directory for your work based on your github username
or based on your surname. Inside it, create a separate directory for
each lab work: `1`, `2`, etc.```
/
`-- username/
|-- 1/
| `-- some content
|-- 2/
| `-- some content
`-- 3/
`-- some content
```## How to submit your work
Open a [pull request](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/about-pull-requests).
Once it is merged, the lab work is considered to be accepted and
all you need is to bring a report (physical one, on paper, signed by you).All discussions will be held either in PR comments or during offline
sessions.