Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 961 Bytes

File metadata and controls

18 lines (15 loc) · 961 Bytes

Card Types for the TitleCardMaker

This repository contains user-created card types for use in TitleCardMaker.

Contributing

In order to contribute your own custom Card Type to this repository, follow these steps:

  1. Create a fork of this repo.
  2. Create a folder with your Github username (i.e. CollinHeist)
  3. Inside that folder, create a README.md file with at least one example and a description of your card (as well as any nuances / features).
  4. Add your custom Card Type Python class (that follows the specifications outlined here) to your username folder
  5. Submit a pull request to this repository

NOTE: By nature of how TitleCardMaker pulls in these files, all pull requests and Card Types will be thoroughly vetted for security implications. Please help me out in this process by documenting your code, and avoiding any unnecessary obfuscations.