Realtime communication happens on Slack
Task communication happens here, through Issues. We use a Kanban board, available under the Project tab.
https://blockchainiot.slack.com/open
If you did not get an invitation, please reach out to Michal, michal.mikolajczyk at toptal.com
Check out the Issue Template
Check out the Pull Request Template
We strive to follow the Kanban development method in the project. In our practice, those are the requirements:
- The person who takes on a task, pushes it through the sequential stages, until code or design is merged into the
master
branch - Only one task
In Progress
per person - Not more then 5 tasks assigned to a single person, ever
- We try to finish the tasks as quickly as possible, as there are no deadlines
- Only take on the tasks from the
To do
column, and not from theBacklog
column. Tasks marked asBlocker
orquestion
have priority
For handling the workflow with git, branching and PRs, we will use Github flow
- Read through this document, and the articles on Wiki, which this document refers to
- You are most welcome to join us on Slack
- Pick a task from the Issues tab
- Fork the project, and resolve the issue on your fork
- When you are done with your work, please rebase on the latest
master
branch from this repo - Create a Pull Request (PR) from your fork.
Important: please refer to the issue hash in the PR title, e.g.#1 initial tool set stable and tested
- The PR will be automatically tested on Travis CI
- The code needs to be reviewed and accepted by another team member
- After the tests pass, the software will be automatically deployed to a Heroku Review App with Heroku Pipelines
- The deployed software needs to be pass QA, Quality Assurance, which basically means that the review app should be manually tested against the requirements from the Issue, by another team member
- It is the PR's author responsibility to make sure that the PR gets assigned to available team members, and signed off, in a reasonable time
- Once the PR passes the automated tests, code review and QA, it will be merged into
master
, and automatically deployed to thestaging
app within our Heroku Pipeline