mkdocs-material/.github/ISSUE_TEMPLATE/bug.md
2020-03-09 23:49:36 +01:00

73 lines
1.7 KiB
Markdown

---
name: Bug
about: Report a bug
title:
labels:
assignees:
---
<!--
⚠️ WARNING
Half of all issues created do not contain enough information to help or are
not appropriate for the issue tracker (i.e. one-line questions). If you think
you found a bug, follow the steps outlined below closely. Any issue that does
not meet these conditions may be closed unnoticed.
Why? Because the maintainers of this project are wasting a lot of time
answering questions that are not directly related to this project.
Make sure that your request fulfills all of the following requirements.
-->
__I checked that...__
- [ ] ... the documentation does not mention anything about my problem
- [ ] ... the problem doesn't occur with the default MkDocs template
- [ ] ... the problem is not in any of my customizations (CSS, JS, template)
- [ ] ... there are no open or closed issues that are related to my problem
## Description
<!-- Please provide a brief description of the bug -->
### Expected behavior
<!-- Please describe what you expected to happen -->
### Actual behavior
<!-- Please describe what is actually happening -->
### Steps to reproduce the bug
<!-- Please provide the steps to repoduce the issue -->
1. ...
2. ...
3. ...
### Package versions
<!-- Please provide all package versions -->
* Python: `python --version`
* MkDocs: `mkdocs --version`
* Material: `pip show mkdocs-material | grep -E ^Version`
### Project configuration
<!-- Please provide your mkdocs.yml to a REASONABLE amount of detail -->
``` yaml
The contents of your mkdocs.yml
```
### System information
<!-- Please provide your operating system and browser version -->
* OS: ...
* Browser: ...