We appreciate any type of contribution to PVM-ACTREPO
(development or even bug reports), though for coherent and robust project some standard must be followed.
If you are capable of contributing code changes, we encourage you to do so. You can help us in different fields:
- Implementing new features
- providing test suites
- so on.
Although please review issues for more targeted developments.
-
First make sure your submitted PR is styled with corresponding code-style format
.clang-format
is provided within this project for easier formatting.Just be certain it has latest modifications.
-
Any sort of new feature must be documented properly both in PR and source.
To report a malfunction in this project; first please check if it hasn't been reported yet in issues.
If has not then create an associated issue for your report.
Your report must include these properties:
- Comprehensible and Full documentation which consisted of:
- How to reproduce the malfunction in consecutive steps.
- What configuration flags or modification used?
- (Preferably) Set of test suites which causes malfunction.