Commit f8bcca3a authored by Michael Tesch's avatar Michael Tesch
Browse files

Merge branch 'docs/contributing-guidelines' into 'master'

Add contributing, issue reporting, and support sections to README

See merge request !53
parents 584d94e5 7d74468b
Loading
Loading
Loading
Loading
Loading
+20 −5
Original line number Diff line number Diff line
@@ -294,12 +294,27 @@ Element-wise operations on small vectors sometimes show overhead from
Eigen's packet dispatch; the compiler's auto-vectorization of the
scalar path is competitive for trivial loops.

Contributions
=============
Contributing
============

Submit a [Merge Request](https://gitlab.com/tesch1/cppduals/merge_requests)
on GitLab.  Please follow the existing coding style, add tests for new
functionality, and ensure the test suite passes with no decrease in
coverage percentage.

Reporting Issues
================

File issues on the [GitLab issue tracker](https://gitlab.com/tesch1/cppduals/issues).
Include your platform, compiler and version, C++ standard, and a minimal
code example that reproduces the problem.

Support
=======

Questions, bug reports, bug fixes, and contributions are welcome.
Submit an [Issue](https://gitlab.com/tesch1/cppduals/issues)
or [Merge Request](https://gitlab.com/tesch1/cppduals/merge_requests).
For questions or help using the library, open a
[GitLab issue](https://gitlab.com/tesch1/cppduals/issues) with the
"question" label.

Contributors
------------