diff --git a/_episodes/03-organization.md b/_episodes/03-organization.md index 74b8683f..39453202 100644 --- a/_episodes/03-organization.md +++ b/_episodes/03-organization.md @@ -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