Commit strategy - CompEngIoT-UnicalStudentsOrg/SB-Documentation GitHub Wiki

When you want to start a task, or create documents related to an already started one, you should create an issue from the home page of this repository.

Once the issue is created, and you want to upload a document related to your research, you should commit it with the following commit message:

link-to-the-issue - Issue name
- committed file #1: changes
- committed file #2: changes
- ...

Example: I want to commit a new file containing the details of how i want to implement a service as a container. The docker issue is the number 7, so I will write the following commit message

https://github.com/CompEngIoT-UnicalStudentsOrg/SB-Documentation/issues/7 - Docker deploy on cloud environments
- docker-deploy/research.md: added information on how to deploy with docker