Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _episodes/03-organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ The `bin/lesson_initialize.py` script creates files that need to be customized f
2. Its title must be `"Instructors' Guide"`.
3. Its permalink must be `/guide/`.
4. It may include whatever content the author thinks appropriate.

# Optional Files Files

`.github/ISSUE_TEMPLATE.md` and `.github/PULL_REQUEST_TEMPLATE.md`
: When you add an issue and/or pull request templates to your repository, project contributors will automatically see the template's contents in the issue or pull request body. Templates customize and standardize the information you'd like included when contributors contribute. These files can also be stored in `docs` instead of `.github`. Here are two example templates for a issues ([1](https://github.com/swcarpentry/r-novice-gapminder/blob/gh-pages/.github/ISSUE_TEMPLATE.md),[2](https://github.com/carpentries/2018-04-bug-bbq/blob/master/.github/ISSUE_TEMPLATE/local-event.md)).

## Figures

Expand Down