Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 764 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 764 Bytes

Contribution-guide

This repository contains the guideline to contribute in the in-silico proyects.

Style guides

Basics

Spaces or tabs.

Use two spaces to indent, no tabs.

Line lenght

80 characters max.

Whitespace

No trailing whitespace allowed. Clean up after yourself.

Detailed Guides

Contribution Workflow.

We try to keep it as simple as possible, but we identify these 4 key steps.

  • Create an issue.
  • Create a branch to solve the issue.
  • Make a pull request.
  • The pull request must be merged by another person different to the author.