Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 849 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (21 loc) · 849 Bytes

Developer guide

General guidelines

  • Editor: Use an editor which supports EditorConfig

  • Style guide: Follow Fortran best practices

  • Branching model: The development uses branches and pull-requests for experimental features. We also rely on git submodules to track other libraries. The following branches are important:

    • eturb:
      • master: main branch
      • develop: development branch
    • lib/Nek5000:
      • master: upstream branch
      • stable: main branch tracking the stable version 17
      • develop: development branch

Vim

Vim users could benefit by setting:

set exrc
set secure

which enables syntax highlighting for file extensions used in lib/Nek5000.