Software and methods to make the muon spectroscopist's life easier
Thank you for your interest in contributing to the Muon Spectroscopy Computational Project. We welcome contributions from the community to make our project better.
If you find a bug or unexpected behaviour, please help us by creating an issue by following the steps below.
New Issue
button.Bug report
.We’re open to feature suggestions! If you have an idea for a new feature or improvement, please create a feature request by following the steps below.
Feature request
.Before submitting a pull request, please ensure that:
If you’re ready to submit a pull request:
For the python project follow the PEP8 Coding standards.
For the c++ projects follow the Google C++ Style Guide, if not mentioned otherisie in the README.MD of the repository.
Short explanation of the commit
Longer explanation explaining exactly what's changed and why, whether
any external or private interfaces changed, what issue were fixed (with
issue number if applicable) and so forth. Be concise but not too brief.
ref: wiki.gnome.org
Writing test is essential for the reliability and maintainability of the code. Place your tests in the tests directory at the root of the project.
Hosted on GitHub Pages — Theme by orderedlist