Difference between revisions of "Portal:Develop"
From MNE-CPP Wiki
Line 1: | Line 1: | ||
− | == | + | == The MNE-CPP Development Workflow == |
− | [ | + | === Project Management === |
+ | The MNE-CPP project is maintained by an agile management approach, using JIRA. JIRA is a well known issue tracking tool by Atlassian, which let's you post bug reports, improvement tasks, wishes for new features and much more. It gives you a way to directly participate in the development of MNE-CPP. Please go to [https://mne-cpp.atlassian.net MNE-CPP's JIRA website] and sign up for an account if you wish to help to improve MNE-CPP. | ||
− | [ | + | Next to JIRA we also use Atlassian's Confluence to share documents, meeting notes and other project related files. You can find our confluence page [https://mne-cpp.atlassian.net/wiki/ here]. |
− | + | ||
− | + | ||
== Tutorials == | == Tutorials == | ||
Line 14: | Line 13: | ||
=== Advanced === | === Advanced === | ||
[[MNE CPP on Neuromag Linux]] | [[MNE CPP on Neuromag Linux]] | ||
+ | |||
+ | == Documentation == | ||
+ | [[Coding Conventions & Style]] | ||
+ | |||
+ | [[Commit Policy]] | ||
+ | |||
+ | [http://doc.mne-cpp.com Reference Guide] |
Revision as of 14:07, 6 January 2016
Contents
The MNE-CPP Development Workflow
Project Management
The MNE-CPP project is maintained by an agile management approach, using JIRA. JIRA is a well known issue tracking tool by Atlassian, which let's you post bug reports, improvement tasks, wishes for new features and much more. It gives you a way to directly participate in the development of MNE-CPP. Please go to MNE-CPP's JIRA website and sign up for an account if you wish to help to improve MNE-CPP.
Next to JIRA we also use Atlassian's Confluence to share documents, meeting notes and other project related files. You can find our confluence page here.
Tutorials
Introductive
Create a MNE-CPP based application