ContributeΒΆ
Any contributions from outside of NREL are welcome. Please use the following steps to contribute to this project.
Fork this repository to your account.
Create a virtual environment, and install both
requirements.txt
andrequirements-dev.txt
.Create your feature branch
Test your feature branch, use
pytest
framework.Update documentation if necessary, and
make docs
.Create a pull request.
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!