Fork, then clone the repo:
git clone [email protected]:your-username/text-to-image.git
Install dependencies
npm install
Create a development branch for your fix/feature.
git co -b my_fix
Code away, write tests, make the tests pass
npm test
Push to your fork and submit a pull request.
At this point you're waiting on us. We may suggest some changes or improvements or alternatives. The process is smoother if you
- Write tests.
- Follow the code style used in the project.
- Write a good commit message.