Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 696 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (17 loc) · 696 Bytes

Contributing

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