hacks-guide-minimal-mistake.../.github/ISSUE_TEMPLATE/bug_report.md

69 lines
2.2 KiB
Markdown
Raw Normal View History

2018-09-29 02:45:34 +02:00
---
name: "Bug Report"
about: "Is something not working as expected?"
---
2016-05-31 17:57:10 +02:00
<!--
2018-04-01 21:58:49 +02:00
Before opening a new issue please:
- Verify you have the latest versions of Jekyll and Minimal Mistakes
installed by running `bundle update`.
- Thoroughly read the theme's documentation at
https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
- Search all issues at https://github.com/mmistakes/minimal-mistakes/issues
for solutions and to avoid duplication.
2018-11-05 20:52:09 +01:00
- Ask for help at http://talk.jekyllrb.com/
2018-04-01 21:58:49 +02:00
If none of the above solved your problem, you can continue below.
2016-05-31 17:57:10 +02:00
-->
2018-04-01 21:58:49 +02:00
## Environment
2016-05-31 17:57:10 +02:00
<!--
2018-04-01 21:58:49 +02:00
Please include theme version, Jekyll version, public git repository, whether
you are hosting with GitHub Pages, and the operating system you tested with.
Issues without a link to a public repository or ZIP file will likely go ignored.
Being able to see your actual files is necessary to troubleshoot, as most
issues stem from invalid/missing YAML Front Matter, a mis-configured _config.yml
2018-04-01 21:58:49 +02:00
file, or problematic site content.
2016-05-31 17:57:10 +02:00
-->
2018-04-01 21:58:49 +02:00
- Minimal Mistakes version:
- Ruby gem or remote theme version:
- Jekyll version:
- Git repository URL:
- Hosted on GitHub Pages (if yes provide URL to site):
2018-09-29 02:45:34 +02:00
- Operating system:
2016-05-31 17:57:10 +02:00
## Expected behavior
<!--
2018-09-29 02:45:34 +02:00
What is it you expected to happen? This should be a description of how the
functionality you tried to use is supposed to work.
2016-05-31 17:57:10 +02:00
-->
## Steps to reproduce the behavior
<!--
Describe the steps you took for this problem to come up. Such as: you installed
2018-04-01 21:58:49 +02:00
the theme, customized _config.yml, added your own posts, and started up a
Jekyll server locally.
2016-05-31 17:57:10 +02:00
2017-08-24 20:44:30 +02:00
If an error occurred on GitHub Pages when pushing, please test a local version
2017-08-24 20:48:01 +02:00
following these setup instructions:
https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/
2016-05-31 17:57:10 +02:00
2017-12-22 14:07:29 +01:00
Then provide a complete log by running `bundle exec jekyll build --trace --verbose`
2017-08-24 20:48:59 +02:00
and include this output in the filed issue.
2016-05-31 17:57:10 +02:00
Screenshots can also be included if they help illustrate a behavior.
2017-12-22 14:07:29 +01:00
-->
2018-09-29 02:45:34 +02:00
## Other
<!--
NOTE: Please provide a code repository, gist, code snippet, sample files,
screenshots, or anything else you think will aid in reproducing the issue.
2018-11-05 20:52:09 +01:00
-->