Contributing¶
Work in progress…
The project codebase is hosted at on GitHub: plasmalab
See README.md and README_DEV.md files in the repository for basic info.
Continue with tutorials on this docs page to get more inside on specific parts
of the project. Check issues for inspiration on what to do. Then follow the
standard procedure:
- Create an aptly named branch from the
developbranch. Use names like feature/somethingorfix/something.
- Create an aptly named branch from the
Commit and push changes to this branch.
Create units tests for your code and/or run existing unit tests to check for errors.
Create a pull request to
developand wait for a review.