Contribute ========== Any contributions from outside of NREL are welcome. Please use the following steps to contribute to this project. 1. Fork this repository to your account. 2. Create a virtual environment, and install both ``requirements.txt`` and ``requirements-dev.txt``. 3. Create your feature branch 4. Test your feature branch, use ``pytest`` framework. 5. Update documentation if necessary, and ``make docs``. 6. Create a pull request. 7. NREL reviews and merges after success. Also, please note that this may generate cost under your AWS account if there were ``cdk`` operations during the development process. Enjoy!