Skip to content
Snippets Groups Projects
Commit 2652a296 authored by Greg Wilson's avatar Greg Wilson
Browse files

Creating AUTHORS and CITATION

parent efef74df
Branches
Tags
No related merge requests found
......@@ -7,6 +7,14 @@ import sys
import os
ROOT_AUTHORS = '''\
FIXME: list authors' names and email addresses.
'''
ROOT_CITATION = '''\
FIXME: describe how to cite this lesson.
'''
ROOT_CONTRIBUTING_MD = '''\
# Contributing
......@@ -243,6 +251,8 @@ FIXME
'''
BOILERPLATE = (
('AUTHORS', ROOT_AUTHORS),
('CITATION', ROOT_CITATION),
('CONTRIBUTING.md', ROOT_CONTRIBUTING_MD),
('_config.yml', ROOT_CONFIG_YML),
('index.md', ROOT_INDEX_MD),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment