Skip to content

Contributing

Marco Vidal García edited this page Oct 1, 2021 · 5 revisions

WIP. Add information on how the contribution process looks like for REANA.

Some examples:

  • open issue => discuss => open PR => review
  • commit message style, wording style

Python imports

Keep the following import order separated with an empty space:

  1. Python built-in modules
  2. External dependency modules
  3. Local imports