|
| 1 | +--- |
| 2 | +name: "Bug Report" |
| 3 | +about: "Is something not working as expected?" |
| 4 | +--- |
| 5 | + |
| 6 | +<!-- |
| 7 | + Before opening a new issue please: |
| 8 | + |
| 9 | + - Verify you have the latest versions of Jekyll and Minimal Mistakes |
| 10 | + installed by running `bundle update`. |
| 11 | + - Thoroughly read the theme's documentation at |
| 12 | + https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/ |
| 13 | + - Search all issues at https://github.com/mmistakes/minimal-mistakes/issues |
| 14 | + for solutions and to avoid duplication. |
| 15 | + - Ask for help at http://talk.jekyllrb.com/ |
| 16 | + |
| 17 | + After exhausting these suggestions use the format below. |
| 18 | +--> |
| 19 | + |
| 20 | +## Environment |
| 21 | + |
| 22 | +<!-- |
| 23 | + Please include theme version, Jekyll version, public git repository, whether |
| 24 | + you are hosting with GitHub Pages, and the operating system you tested with. |
| 25 | +
|
| 26 | + Issues without a link to a public repository or ZIP file will likely go ignored. |
| 27 | + Being able to see your actual files is necessary to troubleshoot, as most |
| 28 | + issues stem from invalid/missing YAML Front Matter, a mis-configured _config.sys |
| 29 | + file, or problematic site content. |
| 30 | +--> |
| 31 | + |
| 32 | +- Minimal Mistakes version: |
| 33 | +- Ruby gem or remote theme version: |
| 34 | +- Jekyll version: |
| 35 | +- Git repository URL: |
| 36 | +- GitHub Pages hosted (if yes provide URL to site): |
| 37 | +- Operating system: |
| 38 | + |
| 39 | +## Expected behavior |
| 40 | + |
| 41 | +<!-- |
| 42 | + What is it you expected to happen? This should be a description of how the |
| 43 | + functionality you tried to use is supposed to work. |
| 44 | +--> |
| 45 | + |
| 46 | +## Steps to reproduce the behavior |
| 47 | + |
| 48 | +<!-- |
| 49 | + Describe the steps you took for this problem to exist. Such as: you installed |
| 50 | + the theme, customized _config.yml, added your own posts, and started up a |
| 51 | + Jekyll server locally. |
| 52 | +
|
| 53 | + If an error occurred on GitHub Pages when pushing, please test a local version |
| 54 | + following these setup instructions: |
| 55 | + https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/ |
| 56 | +
|
| 57 | + Then provide a complete log by running `bundle exec jekyll build --trace --verbose` |
| 58 | + and include this output in the filed issue. |
| 59 | +
|
| 60 | + Screenshots can also be included if they help illustrate a behavior. |
| 61 | +--> |
| 62 | + |
| 63 | +## Other |
| 64 | + |
| 65 | +<!-- |
| 66 | + NOTE: Please provide a code repository, gist, code snippet, sample files, |
| 67 | + screenshots, or anything else you think will aid in reproducing the issue. |
| 68 | +--> |
0 commit comments