EEG-Workflow-System

Contributing to EEG Workflow System

Thanks for checking out our contribution guide. We greatly appreciate any work contributed, no matter how small!

How to Contribute

When you are ready to start work on an issue:

If you don’t see your idea listed, do one of the following:

Pull Request Process

  1. Create a branch. For example, if you are going to work on issue number #19 (which is, say, a new feature for ‘workflow execution’ management):

     git checkout -b workflow-execution#19
    

    This both creates and checks out that branch in one command.
    The feature name should provide a (short) description of the issue.

  2. Update the documentation with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations, and container parameters.

  3. Develop the feature and push it to your local repo.

  4. Create Pull Request (PR). Make sure to comment on the issue that your PR is supposed to solve.