Unverified Commit ac0a5494 authored by Raniere Silva's avatar Raniere Silva Committed by GitHub
Browse files

Merge pull request #262 from rgaiacs/248

Add README to bin/lesson_initialize.py
parents 1e7efe2b 18b36ec7
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
# FIXME Lesson title

[![Create a Slack Account with us](https://img.shields.io/badge/Create_Slack_Account-The_Carpentries-071159.svg)](https://swc-slack-invite.herokuapp.com/)

FIXME

## Contributing

We welcome all contributions to improve the lesson! Maintainers will do their best to help you if you have any
questions, concerns, or experience any difficulties along the way.

We'd like to ask you to familiarize yourself with our [Contribution Guide](CONTRIBUTING.md) and have a look at
the [more detailed guidelines][lesson-example] on proper formatting, ways to render the lesson locally, and even
how to write new episodes.

## Maintainer(s)

* FIXME

## Authors

A list of contributors to the lesson can be found in [AUTHORS](AUTHORS)

## Citation

To cite this lesson, please consult with [CITATION](CITATION)

[lesson-example]: https://swcarpentry.github.io/lesson-example
 No newline at end of file
+5 −4
Original line number Diff line number Diff line
@@ -12,16 +12,17 @@ BOILERPLATE = (
    'AUTHORS',
    'CITATION',
    'CONTRIBUTING.md',
    'README.md'
    '_config.yml',
    'index.md',
    'reference.md',
    'setup.md',
    'aio.md',
    '_episodes/01-introduction.md',
    '_extras/about.md',
    '_extras/discuss.md',
    '_extras/figures.md',
    '_extras/guide.md',
    'aio.md',
    'index.md',
    'reference.md',
    'setup.md',
)