Contact
###########

Messages about FEASST are preferred in `GitHub discussion <https://github.com/usnistgov/feasst/discussions>`_, `GitHub issues <https://github.com/usnistgov/feasst/issues>`_ or `Google group <https://list.nist.gov/feasst>`_, if possible, so that all users can see the questions and answers.

Project lead
**************

Harold Wickes Hatch

https://www.nist.gov/people/harold-wickes-hatch

Bug reporting
**************

Any and all bug reports are greatly appreciated in order to improve FEASST.

The following checklist is recommended to improve reproducibility so that I can get back to you more quickly.

* Reproduce the issue with a minimal example to reduce the complexity, run time and file size.
* Provide all output.
* Provide the version (for a git install, bash command "git describe --abbrev=10 --dirty --always --tags" and commit from git log).
* Provide the user code (e.g., input text file, C++ with int main() or .py file).
* For installation errors, include the output of the "cmake .." command on an empty build directory.

