Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# MetaCall documentation (CONTRIBUTING.md) Edit on MetaCall documentation to help newbies start contributing faster. Fixes #387 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [x] Documentation update # Checklist: - [x] I have performed a self-review of my own code. - [x] I have commented my code, particularly in hard-to-understand areas. - [x] I have made corresponding changes to the documentation. - [x] My changes generate no new warnings. - [x] I have added tests/screenshots (if any) that prove my fix is effective or that my feature works. - [x] I have tested the tests implicated (if any) by my own code and they pass (`make test` or `ctest -VV -R <test-name>`). - [x] If my change is significant or breaking, I have passed all tests with `./docker-compose.sh test &> output` and attached the output. - [x] I have tested my code with `OPTION_BUILD_SANITIZER` or `./docker-compose.sh test-sanitizer &> output` and `OPTION_TEST_MEMORYCHECK`. - [x] I have tested my code with `OPTION_BUILD_THREAD_SANITIZER` or `./docker-compose.sh test-thread-sanitizer &> output`. - [x] I have tested with `Helgrind` in case my code works with threading. - [x] I have run `make clang-format` in order to format my code and my code follows the style guidelines.
- Loading branch information