DIGITS is open-source, under the 3-clause BSD license (see LICENSE).
We welcome your suggestions and feedback!
Before creating an issue on GitHub, check to see if you should be using the mailing list instead. The mailing list is for questions relating to:
- Problems installing DIGITS or its dependencies
- Understanding how to use a feature in DIGITS
Please go to https://groups.google.com/d/forum/digits-users and create a "New Question".
The issue tracker on GitHub is for:
- Suggesting an improvement to the documentation
- Requesting a new feature
- Reporting a bug
- Please provide as much detail as possible about how others can reproduce the bug.
Go to https://github.com/NVIDIA/DIGITS/issues and create a "New Issue".
If you would like to directly contribute to the codebase of DIGITS, open a pull request instead of an issue. Or, even better, submit a fix for an existing issue in the tracker! Please follow these guidelines:
- Send a signed copy of the Contributor License Agreement (CLA) to digits@nvidia.com.
- Follow these instructions to create your own fork of DIGITS.
- Make your changes in a new branch and push them to your fork.
- Follow these instructions to create a pull request.