Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

77 lines (52 loc) · 1.37 KB

Contributing Templates

Add a New Template

In the data/templates directory, use the example to create your own template directory. The name of the directory will be the primary alias for that meme.

Create a Pull Request

Create a pull request to be merged after review.

Contributing Code

Setup

Requirements

Installation

After cloning the repository, create a virtualenv:

$ make install

Development

Run the application

Run the server locally:

$ make run

or also launch it in your browser:

$ make launch

Run the tests

Manually run the tests and checkers:

$ make ci

or keep them running on change:

$ make watch

In order to have OS X notifications, brew install terminal-notifier.

Create a Pull Request

After checks pass, create a pull request to be merged after review.