Dr. Jumadinova: jjumadinova@allegheny.edu
Madelyn Kapfhammer: kapfhammerm@allegheny.edu
Madelyn Kapfhammer: @MaddyKapfhammer
- Bugs?
Use the GitHub Issue Tracker, unless the issue is security realted. If there is a security related issue please contact Madelyn Kapfhammer and Dr. Jumadinova.
All testing for the Vigor tool is done using pytest, a framework which allows developers to write test cases for the Python programming langugage. For information on pytest please visit their documentation.
Please send a GitHub Pull Request to misinformation with a clear list of what you've done (read more about pull requests). Please make sure all of your commits are atomic (one feature per commit). Please follow this customized template when creating a pull request for Vigor.
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
$ git commit -m "A brief summary of the commit
>
> A paragraph describing what changed and its impact."
Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of Vigor will generally not be accepted.
You can help improve the Vigor guides by making them more coherent, consistent, or readable, adding missing information, correcting factual errors, fixing typos, or bringing them up to date with the latest information.
To do so, make changes to Vigor's source files (located here on GitHub) or comments in source code. Then open a pull request to apply your changes to the master branch.
Please email either Dr. Jumadinova or Madelyn Kapfhammer for any and all questions related to the Vigor tool.